Skip to content

Commit ac04f4c

Browse files
committed
chore(deps): Update Commons IO dependency to 2.12.0
1 parent 9c05f85 commit ac04f4c

File tree

2 files changed

+1
-6
lines changed
  • aws-serverless-java-container-core
  • aws-serverless-java-container-struts

2 files changed

+1
-6
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>commons-io</groupId>
7171
<artifactId>commons-io</artifactId>
72-
<version>2.11.0</version>
72+
<version>2.12.0</version>
7373
</dependency>
7474

7575
<dependency>

aws-serverless-java-container-struts/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@
9494

9595
<dependencyManagement>
9696
<dependencies>
97-
<dependency><!-- [CVE-2021-29425] commons-fileupload ships with 2.2 -->
98-
<groupId>commons-io</groupId>
99-
<artifactId>commons-io</artifactId>
100-
<version>2.11.0</version>
101-
</dependency>
10297
<dependency><!-- [CVE-2022-42889] transitive dep via Struts -->
10398
<groupId>org.apache.commons</groupId>
10499
<artifactId>commons-text</artifactId>

0 commit comments

Comments
 (0)