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 2020/03/13 09:15:29 UTC

[camel] branch camel-2.25.x updated: Update Commons Configuration 2 due to CVE-2020-1953

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

coheigea pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
     new 945fcd0  Update Commons Configuration 2 due to CVE-2020-1953
945fcd0 is described below

commit 945fcd0baf12e6354378a8417861ac7bfec93c77
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Mar 13 08:15:18 2020 +0000

    Update Commons Configuration 2 due to CVE-2020-1953
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ce4dc80..0c37706 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -138,7 +138,7 @@
     <commons-compress-version>1.19</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.4</commons-configuration2-version>
+    <commons-configuration2-version>2.7</commons-configuration2-version>
     <commons-csv-version>1.6</commons-csv-version>
     <commons-cli-version>1.4</commons-cli-version>
     <commons-daemon-version>1.0.15</commons-daemon-version>