This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dea446419f8 HADOOP-18895. Upgrade to commons-compress 1.24.0 (#6062)
dea446419f8 is described below

commit dea446419f8f93f8f4870e2e1be5db148361ed9a
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Thu Sep 14 17:49:12 2023 +0100

    HADOOP-18895. Upgrade to commons-compress 1.24.0 (#6062)
    
    
    Contributed by PJ Fanning
---
 LICENSE-binary         | 2 +-
 hadoop-project/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index b20d382f7bd..e0c5923d043 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -301,7 +301,7 @@ net.java.dev.jna:jna:5.2.0
 net.minidev:accessors-smart:1.2
 org.apache.avro:avro:1.9.2
 org.apache.commons:commons-collections4:4.2
-org.apache.commons:commons-compress:1.21
+org.apache.commons:commons-compress:1.24.0
 org.apache.commons:commons-configuration2:2.8.0
 org.apache.commons:commons-csv:1.9.0
 org.apache.commons:commons-digester:1.8.1
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 08fe5af0eee..479a2183ade 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -116,7 +116,7 @@
     <commons-cli.version>1.5.0</commons-cli.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-collections.version>3.2.2</commons-collections.version>
-    <commons-compress.version>1.21</commons-compress.version>
+    <commons-compress.version>1.24.0</commons-compress.version>
     <commons-csv.version>1.9.0</commons-csv.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-lang3.version>3.12.0</commons-lang3.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to