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:13:04 UTC

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


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

commit 48f60e82f6bd79aee440f8e22f70e60ef4dea63c
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 58d00c9..9ea9481 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,7 +128,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>