Skip to content

Commit

Permalink
Updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Feb 26, 2024
1 parent 91673af commit ef6430a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions jsign-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.4</version>
<version>5.2.5</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.15.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.18.1</version>
<version>0.18.5</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down
8 changes: 4 additions & 4 deletions jsign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
<executions>
<execution>
<id>proguard-minimizing</id>
Expand Down Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>com.guardsquare</groupId>
<artifactId>proguard-base</artifactId>
<version>7.4.1</version>
<version>7.4.2</version>
</dependency>
<dependency>
<groupId>com.guardsquare</groupId>
Expand All @@ -193,7 +193,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.18.3</version>
<version>0.18.5</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit ef6430a

Please sign in to comment.