You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/06 19:51:26 UTC

[commons-configuration] branch master updated: [CONFIGURATION-755][CVE-2014-0114] Update Apache Commons BeanUtils from 1.9.3 to 1.9.4.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new c876525  [CONFIGURATION-755][CVE-2014-0114] Update Apache Commons BeanUtils from 1.9.3 to 1.9.4.
c876525 is described below

commit c876525fa58e757df28c905432b8ff44ec3863d7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 6 15:51:23 2019 -0400

    [CONFIGURATION-755][CVE-2014-0114] Update Apache Commons BeanUtils from
    1.9.3 to 1.9.4.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41842eb..a92d860 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.9.3</version>
+      <version>1.9.4</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 97f8abd..3392919 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,9 @@
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Document "includeOptional" on the site.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-755" due-to="Gary Gregory">
+        [CVE-2014-0114] Update Apache Commons BeanUtils from 1.9.3 to 1.9.4.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated dependencies.">