You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by jg...@apache.org on 2015/11/23 23:07:11 UTC

svn commit: r1715977 - /openjpa/branches/2.3.x/pom.xml

Author: jgrassel
Date: Mon Nov 23 22:07:11 2015
New Revision: 1715977

URL: http://svn.apache.org/viewvc?rev=1715977&view=rev
Log:
OPENJPA-2616: Update commons collections to 3.2.2

Modified:
    openjpa/branches/2.3.x/pom.xml

Modified: openjpa/branches/2.3.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.3.x/pom.xml?rev=1715977&r1=1715976&r2=1715977&view=diff
==============================================================================
--- openjpa/branches/2.3.x/pom.xml (original)
+++ openjpa/branches/2.3.x/pom.xml Mon Nov 23 22:07:11 2015
@@ -482,7 +482,7 @@
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2.1</version>
+                <version>3.2.2</version>
             </dependency>
             <dependency>
                 <groupId>net.sourceforge.serp</groupId>