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 15:25:19 UTC

[camel] branch camel-3.1.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-3.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 96388b54d792202c01f6ab6b39f1fbdf36a50113
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 460e4bf..b03cf22 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,7 +129,7 @@
         <commons-collections4-version>4.4</commons-collections4-version>
         <commons-compress-version>1.19</commons-compress-version>
         <commons-configuration-version>1.9</commons-configuration-version>
-        <commons-configuration2-version>2.6</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-dbcp-version>1.4</commons-dbcp-version>