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:09 UTC

[karaf] branch master updated: KARAF-6391 - Update Commons Compress

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 f544ca8  KARAF-6391 - Update Commons Compress
     new c7db299  Merge pull request #916 from coheigea/KARAF-6391
f544ca8 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 5f866e6..2108cea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,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>