You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/08/28 08:32:48 UTC

[camel] branch master updated: Updating Commons Compress

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

coheigea 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 2aae94a  Updating Commons Compress
2aae94a is described below

commit 2aae94a5ddd532ae865f17eb84554a4f63b1e8aa
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 28 09:32:01 2019 +0100

    Updating Commons Compress
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7e31793..143e7b4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -125,7 +125,7 @@
         <commons-beanutils-version>1.9.4</commons-beanutils-version>
         <commons-codec-version>1.13</commons-codec-version>
         <commons-collections-version>3.2.2</commons-collections-version>
-        <commons-compress-version>1.18</commons-compress-version>
+        <commons-compress-version>1.19</commons-compress-version>
         <commons-configuration-version>1.9</commons-configuration-version>
         <commons-configuration2-version>2.5</commons-configuration2-version>
         <commons-csv-version>1.6</commons-csv-version>