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/07/09 14:47:00 UTC

[commons-beanutils] branch master updated: [BEANUTILS-522] Update Apache Commons Collections from 4.3 to 4.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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new ed72196  [BEANUTILS-522] Update Apache Commons Collections from 4.3 to 4.4.
ed72196 is described below

commit ed72196eb366ab65433197692b0e04901c7213a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 9 10:46:57 2019 -0400

    [BEANUTILS-522] Update Apache Commons Collections from 4.3 to 4.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 5ca9255..4b581cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.3</version>
+      <version>4.4</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b043617..3bcf207 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
       <action issue="BEANUTILS-520" dev="ggregory" type="update" due-to="Melloware">
         BeanUtils2 mitigate CVE-2014-0114.
       </action>
+      <action issue="BEANUTILS-522" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Collections from 4.3 to 4.4.
+      </action>
     </release>
 
     <release version="1.9.3" date="2016-09-21" description="Bug fix release, now builds with Java 8">