From b099564955aad95b9a43d198328732753a71ab38 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 14 Nov 2014 08:39:47 -0800 Subject: [PATCH] Bump Proguard versions. Proguard 5.x finally supports Java 8. We don't compile Getdown to Java 8 bytecode, but Progaurd has to grok the stdlib of the JVM being used to run Proguard, which previously meant that we couldn't compile Getdown with a Java 8 JVM, which was annoying. Now we can. Yay! --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3db550f..208f75b 100644 --- a/pom.xml +++ b/pom.xml @@ -133,10 +133,9 @@ - com.github.wvengen proguard-maven-plugin - 2.0.6 + 2.0.8 package @@ -147,12 +146,12 @@ net.sf.proguard proguard-base - 4.8 + 5.1 runtime - 4.8 + 5.1 ${project.build.directory} ${project.build.finalName}.jar ${project.build.finalName}.jar