You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/08/21 13:05:51 UTC

[camel] branch master updated: Upgrade Commons-compress to version 1.18

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d32b269  Upgrade Commons-compress to version 1.18
d32b269 is described below

commit d32b269b11f4f4ca7226725b27de25eb61479d2f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 21 15:05:33 2018 +0200

    Upgrade Commons-compress to version 1.18
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9e01bb5..4322b34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,7 +137,7 @@
     <commons-beanutils-version>1.9.3</commons-beanutils-version>
     <commons-codec-version>1.11</commons-codec-version>
     <commons-collections-version>3.2.2</commons-collections-version>
-    <commons-compress-version>1.17</commons-compress-version>
+    <commons-compress-version>1.18</commons-compress-version>
     <commons-configuration-version>1.9</commons-configuration-version>
     <commons-configuration-bundle-version>1.9_1</commons-configuration-bundle-version>
     <commons-configuration2-version>2.2</commons-configuration2-version>