Skip to content

Commit

Permalink
chore(deps): Update Commons IO dependency to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed May 19, 2023
1 parent 9c05f85 commit ac04f4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>

<dependency>
Expand Down
5 changes: 0 additions & 5 deletions aws-serverless-java-container-struts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@

<dependencyManagement>
<dependencies>
<dependency><!-- [CVE-2021-29425] commons-fileupload ships with 2.2 -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency><!-- [CVE-2022-42889] transitive dep via Struts -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
Expand Down

0 comments on commit ac04f4c

Please sign in to comment.