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 2020/04/09 07:46:38 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6672] Upgrade to Commons Compress 1.20

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 6c731fa  [KARAF-6672] Upgrade to Commons Compress 1.20
6c731fa is described below

commit 6c731fa3b01cb75c1580bf56116ca60d5456dbde
Author: Stephen Kitt <sk...@redhat.com>
AuthorDate: Wed Apr 8 14:23:04 2020 +0200

    [KARAF-6672] Upgrade to Commons Compress 1.20
    
    Changes:
    https://commons.apache.org/proper/commons-compress/changes-report.html#a1.20
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>
    
    (cherry picked from commit 37e69952e31facd612182363078bcaaae80bd79c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79904ce..b3a69e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
         <jaxb.version>2.3.2</jaxb.version> 
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-codec.version>1.13</commons-codec.version>
-        <commons-compress.version>1.19</commons-compress.version>
+        <commons-compress.version>1.20</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-dbcp.version>1.4_3</commons-dbcp.version>
         <commons-fileupload.version>1.4</commons-fileupload.version>