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 Oct 20, 2023
1 parent 6d6728b commit 369ae56
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 @@ -39,7 +39,7 @@
<!-- version properties for dependencies -->
<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>
<grpc.version>1.58.0</grpc.version>
<hadoop.version>3.3.5</hadoop.version>
Expand Down

0 comments on commit 369ae56

Please sign in to comment.