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 1f4a634 Upgrade Commons Configuration to version 2.6
1f4a634 is described below
commit 1f4a6340cb161bbf82a1a5aa424042ec997fc0ed
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 18 10:19:29 2019 +0200
Upgrade Commons Configuration to version 2.6
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f4e9023..7bf8302 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,7 +128,7 @@
<commons-collections-version>3.2.2</commons-collections-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-configuration2-version>2.6</commons-configuration2-version>
<commons-csv-version>1.6</commons-csv-version>
<commons-cli-version>1.4</commons-cli-version>
<commons-dbcp-version>1.4</commons-dbcp-version>