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 17:56:07 UTC

svn commit: r1715883 - /openjpa/branches/2.1.x/pom.xml

Author: jgrassel
Date: Mon Nov 23 16:56:07 2015
New Revision: 1715883

URL: http://svn.apache.org/viewvc?rev=1715883&view=rev
Log:
OPENJPA-2616: Update to Commons Collections 3.2.2

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

Modified: openjpa/branches/2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.1.x/pom.xml?rev=1715883&r1=1715882&r2=1715883&view=diff
==============================================================================
--- openjpa/branches/2.1.x/pom.xml (original)
+++ openjpa/branches/2.1.x/pom.xml Mon Nov 23 16:56:07 2015
@@ -464,7 +464,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>