You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/10/05 20:28:24 UTC

[logging-log4j2] 02/02: Bump Commons Compress to version 1.24.0

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

pkarwasz pushed a commit to branch release/2.21.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 8a30a00d3a7f27c26b0bf10a355b05a3ca0f4a95
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Thu Oct 5 22:27:46 2023 +0200

    Bump Commons Compress to version 1.24.0
---
 pom.xml                                                   | 2 +-
 src/changelog/.2.x.x/update-1runtime-commons-compress.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index de9a2eb9f8..d7e466d46c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,7 +370,7 @@
     <cassandra.version>3.11.16</cassandra.version>
     <cassandra-driver.version>3.11.5</cassandra-driver.version>
     <commons-codec.version>1.15</commons-codec.version>
-    <commons-compress.version>1.23.0</commons-compress.version>
+    <commons-compress.version>1.24.0</commons-compress.version>
     <commons-csv.version>1.10.0</commons-csv.version>
     <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
     <commons-io.version>2.11.0</commons-io.version>
diff --git a/src/changelog/.2.x.x/update-1runtime-commons-compress.xml b/src/changelog/.2.x.x/update-1runtime-commons-compress.xml
index 8545e47e45..a93e19cbb2 100644
--- a/src/changelog/.2.x.x/update-1runtime-commons-compress.xml
+++ b/src/changelog/.2.x.x/update-1runtime-commons-compress.xml
@@ -22,6 +22,6 @@
   <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/>
   <author id="github:dependabot"/>
   <description format="asciidoc">
-    Runtime dependencies: update Apache Commons Compress from version 1.22 to version link:https://commons.apache.org/proper/commons-compress/changes-report.html#a1.23.0[1.23.0].
+    Runtime dependencies: update Apache Commons Compress from version 1.22 to version link:https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0[1.24.0].
   </description>
 </entry>