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/02/07 13:30:08 UTC

[commons-beanutils] branch master updated: [BEANUTILS-517] Update Apache Commons Collections from 4.2 to 4.3

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 241cb9c  [BEANUTILS-517] Update Apache Commons Collections from 4.2 to 4.3
241cb9c is described below

commit 241cb9c40fe0e33ec9b9d4d25f03f03c6777a2ba
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 7 08:30:06 2019 -0500

    [BEANUTILS-517] Update Apache Commons Collections from 4.2 to 4.3
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65abdca..4477aa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.2</version>
+      <version>4.3</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e03ae41..49682ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@
       <action issue="BEANUTILS-509" dev="ggregory" type="update" due-to="sunil, Akshay Gehi">
         WeakHashmap enters into infinite loop in WrapDynaClass.java.
       </action>
+      <action issue="BEANUTILS-517" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Collections from 4.2 to 4.3
+      </action>
     </release>
 
     <release version="1.9.3" date="2016-09-21" description="Bug fix release, now builds with Java 8">