Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Sep 15, 2023
1 parent 6dbfef9 commit 71ad3ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mvn-jlink-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<artifactId>mvn-jlink-tests</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions mvn-jlink-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<artifactId>mvn-jlink-wrapper</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20230618</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.22</version>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>com.igormaznitsa</groupId>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Maven Jlink plugin</name>
Expand Down

0 comments on commit 71ad3ab

Please # to comment.