You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/03/12 21:24:53 UTC

[plc4x] branch develop updated: - Bumped commons configuration due to [CVE-2020-1953]

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d2b39b2  - Bumped commons configuration due to [CVE-2020-1953]
d2b39b2 is described below

commit d2b39b20b1248fbee7516884477cc2b7f62720a3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Mar 12 22:24:46 2020 +0100

    - Bumped commons configuration due to [CVE-2020-1953]
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ac9725..6ef7a36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
     <commons-cli.version>1.4</commons-cli.version>
     <commons-codec.version>1.12</commons-codec.version>
     <commons-collections4.version>4.1</commons-collections4.version>
-    <commons-configuration2.version>2.6</commons-configuration2.version>
+    <commons-configuration2.version>2.7</commons-configuration2.version>
     <commons-io.version>2.6</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-lang3.version>3.9</commons-lang3.version>