This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 9480d15f9 fix CVE-2023-42503 by using Apache Commons Compress 1.24.0
(#2560)
9480d15f9 is described below
commit 9480d15f96b1da4fa936d2c52ffccb1fbc79ef23
Author: alwibrm <[email protected]>
AuthorDate: Fri Oct 20 10:04:18 2023 +0200
fix CVE-2023-42503 by using Apache Commons Compress 1.24.0 (#2560)
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index bbea6c78b..89a8c8e43 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -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>