You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/11/29 17:25:39 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7611] Upgrade to commons-compress 1.22

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 eeeb482753 [KARAF-7611] Upgrade to commons-compress 1.22
eeeb482753 is described below

commit eeeb4827534299cfafeb45bb9bd3660804020dcb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 28 20:54:49 2022 +0100

    [KARAF-7611] Upgrade to commons-compress 1.22
    
    (cherry picked from commit dab9385830ac09992a39ed4851b7cf8f72226109)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e7a7b92f0a..ae498d11e8 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.21</commons-compress.version>
+        <commons-compress.version>1.22</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-fileupload.version>1.4</commons-fileupload.version>
         <commons-lang.version>2.6</commons-lang.version>