Skip to content

Commit

Permalink
fix CVE-2023-42503 by using Apache Commons Compress 1.24.0 (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwibrm authored and RyanSkraba committed Oct 24, 2023
1 parent 776ffb4 commit 9480d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<maven-core.version>3.3.9</maven-core.version>
<ant.version>1.10.14</ant.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-compress.version>1.22</commons-compress.version>
<commons-compress.version>1.24.0</commons-compress.version>
<commons-text.version>1.10.0</commons-text.version>
<tukaani.version>1.9</tukaani.version>
<mockito.version>4.11.0</mockito.version>
Expand Down

0 comments on commit 9480d15

Please sign in to comment.