This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new d79e340d1216 HADOOP-18895. Upgrade to commons-compress 1.24.0 (#6062) d79e340d1216 is described below commit d79e340d1216a471069ab3bf386c9580335b3315 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Tue Sep 19 12:13:14 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 98e05f62bee6..f2804d3c9ed3 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -306,7 +306,7 @@ net.java.dev.jna:jna:5.2.0 net.minidev:accessors-smart:2.4.7 org.apache.avro:avro:1.7.7 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 1421c37866fe..8db7f5fba8d0 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -119,7 +119,7 @@ <commons-cli.version>1.2</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.8.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