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 91b43bc Upgrade commons-compress to version 1.16 91b43bc is described below commit 91b43bc45001b74cbb6509b0ebc6d76a92d9be3a Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Mon Feb 5 22:57:19 2018 +0100 Upgrade commons-compress to version 1.16 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index e5329a0..fc105a1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -139,7 +139,7 @@ <commons-beanutils-bundle-version>1.8.3_1</commons-beanutils-bundle-version> <commons-codec-version>1.11</commons-codec-version> <commons-collections-version>3.2.2</commons-collections-version> - <commons-compress-version>1.15</commons-compress-version> + <commons-compress-version>1.16</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> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.