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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 4e325d7d92 KARAF-7702 - Upgrade to commons-compress 1.23.0
4e325d7d92 is described below

commit 4e325d7d9279c38a38337f25ab089d02cb7178b1
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Thu Jul 27 08:21:26 2023 +0200

    KARAF-7702 - Upgrade to commons-compress 1.23.0
    
    (cherry picked from commit f6c3a3e55496ced2c1e007b6832b5d77e74425bb)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dcb5687fac..b76dd5d327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <jaxb.version>2.3.3</jaxb.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-codec.version>1.15</commons-codec.version>
-        <commons-compress.version>1.22</commons-compress.version>
+        <commons-compress.version>1.23.0</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-fileupload.version>1.5</commons-fileupload.version>
         <commons-lang.version>2.6</commons-lang.version>

Reply via email to