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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 542cc7e0f8 Update `org.apache.commons:commons-compress` to version 
`1.25.0` (#2055)
542cc7e0f8 is described below

commit 542cc7e0f834bf81363dae5e8fd46505213eb5bf
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 4 14:33:54 2023 +0000

    Update `org.apache.commons:commons-compress` to version `1.25.0` (#2055)
---
 log4j-parent/pom.xml                                              | 2 +-
 .../.3.x.x/update_org_apache_commons_commons_compress.xml         | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 4a8c7a47fe..a522714be9 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -101,7 +101,7 @@
     <awaitility.version>4.2.0</awaitility.version>
     <bsh.version>2.0b6</bsh.version>
     <commons-codec.version>1.15</commons-codec.version>
-    <commons-compress.version>1.22</commons-compress.version>
+    <commons-compress.version>1.25.0</commons-compress.version>
     <commons-csv.version>1.10.0</commons-csv.version>
     <commons-dbcp2.version>2.11.0</commons-dbcp2.version>
     <commons-io.version>2.15.1</commons-io.version>
diff --git 
a/src/changelog/.3.x.x/update_org_apache_commons_commons_compress.xml 
b/src/changelog/.3.x.x/update_org_apache_commons_commons_compress.xml
new file mode 100644
index 0000000000..a9e913cf22
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_apache_commons_commons_compress.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="http://logging.apache.org/log4j/changelog";
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
+       type="changed">
+  <issue id="2055" link="https://github.com/apache/logging-log4j2/pull/2055"/>
+  <description format="asciidoc">Update `org.apache.commons:commons-compress` 
to version `1.25.0`</description>
+</entry>

Reply via email to