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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37e6995  [KARAF-6672] Upgrade to Commons Compress 1.20
     new d7ed851  Merge pull request #1088 from skitt/commons-compress-1.20
37e6995 is described below

commit 37e69952e31facd612182363078bcaaae80bd79c
Author: Stephen Kitt <[email protected]>
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 <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 189b23e..cff218d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,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>

Reply via email to