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 8128645 Upgrade Commons configuration to version 2.3 8128645 is described below commit 8128645a6166dc2583e821cc0c98f0fbeddfb8c4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 27 07:53:52 2018 +0200 Upgrade Commons configuration to version 2.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9c6ebbc..2f4584e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -140,7 +140,7 @@ <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> + <commons-configuration2-version>2.3</commons-configuration2-version> <commons-csv-version>1.5</commons-csv-version> <commons-cli-version>1.4</commons-cli-version> <commons-daemon-version>1.0.15</commons-daemon-version>