Skip to content

Commit e8f0a77

Browse files
committed
update dependencies
1 parent d8761af commit e8f0a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maven-nodejs-proxy/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@
6565
<dependency>
6666
<groupId>commons-io</groupId>
6767
<artifactId>commons-io</artifactId>
68-
<version>2.7</version>
68+
<version>2.15.1</version>
6969
<scope>compile</scope>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>commons-codec</groupId>
7474
<artifactId>commons-codec</artifactId>
75-
<version>1.12</version>
75+
<version>1.16.1</version>
7676
<scope>compile</scope>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>org.apache.maven</groupId>
8181
<artifactId>maven-artifact</artifactId>
82-
<version>3.3.9</version>
82+
<version>3.9.6</version>
8383
<scope>compile</scope>
8484
</dependency>
8585

0 commit comments

Comments
 (0)