Skip to content

Commit 0d631b3

Browse files
author
HackusatePvP
committed
Fixed dependency security issue.
1 parent e755ce0 commit 0d631b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.piitex.renjava</groupId>
55
<artifactId>RSDK</artifactId>
6-
<version>1.3.1-SNAPSHOT</version>
6+
<version>1.3.2-SNAPSHOT</version>
77
<build>
88
<resources>
99
<resource>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.piitex.renjava</groupId>
88
<artifactId>RSDK</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
9+
<version>1.3.3-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>21</maven.compiler.source>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.codehaus.plexus</groupId>
5454
<artifactId>plexus-archiver</artifactId>
55-
<version>4.9.2</version>
55+
<version>4.10.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)