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 2019/08/30 09:08:57 UTC

[karaf] branch karaf-4.2.x updated: KARAF-6391 - Update Commons Compress

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 6fce440  KARAF-6391 - Update Commons Compress
6fce440 is described below

commit 6fce440fe238f85e570007e997e887cd6ff9bdeb
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 28 11:16:23 2019 +0100

    KARAF-6391 - Update Commons Compress
    
    (cherry-pick from commit f544ca8cc14a2d901bad244a5c419932aa39a345)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b02056..40fac57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
         <jaxb.version>2.3.2</jaxb.version> 
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-codec.version>1.12</commons-codec.version>
-        <commons-compress.version>1.18</commons-compress.version>
+        <commons-compress.version>1.19</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>