Skip to content

Commit d573107

Browse files
committed
Upgrade to proguard-maven-plugin 2.3.1
Closes gh-233
1 parent 2c88aa7 commit d573107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
<plugin>
6161
<groupId>com.github.wvengen</groupId>
6262
<artifactId>proguard-maven-plugin</artifactId>
63-
<version>2.0.14</version>
63+
<version>2.3.1</version>
6464
<dependencies>
6565
<dependency>
66-
<groupId>net.sf.proguard</groupId>
66+
<groupId>com.guardsquare</groupId>
6767
<artifactId>proguard-base</artifactId>
68-
<version>5.3</version>
68+
<version>7.0.0</version>
6969
<scope>runtime</scope>
7070
</dependency>
7171
</dependencies>

0 commit comments

Comments
 (0)