You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/03/30 20:13:54 UTC

[camel] branch master updated: Revert "Update Commons Compress to version 1.20.". This reverts commit 1decde25348bbc8c012edd1cb6eb20898457c7bb because it breaks tests in camel-tarfile.

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

pascalschumacher 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 981e7aa  Revert "Update Commons Compress to version 1.20.". This reverts commit 1decde25348bbc8c012edd1cb6eb20898457c7bb because it breaks tests in camel-tarfile.
981e7aa is described below

commit 981e7aa839b21775120ce9165e399593aae53698
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Mar 30 22:12:48 2020 +0200

    Revert "Update Commons Compress to version 1.20.". This reverts commit 1decde25348bbc8c012edd1cb6eb20898457c7bb because it breaks tests in camel-tarfile.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 84ccf04..60321c1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -108,7 +108,7 @@
         <commons-codec-version>1.14</commons-codec-version>
         <commons-collections-version>3.2.2</commons-collections-version>
         <commons-collections4-version>4.4</commons-collections4-version>
-        <commons-compress-version>1.20</commons-compress-version>
+        <commons-compress-version>1.19</commons-compress-version>
         <commons-configuration-version>1.9</commons-configuration-version>
         <commons-configuration2-version>2.7</commons-configuration2-version>
         <commons-csv-version>1.6</commons-csv-version>