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 2016/05/20 23:03:50 UTC

svn commit: r1744811 - /commons/proper/collections/trunk/pom.xml

Author: ggregory
Date: Fri May 20 23:03:50 2016
New Revision: 1744811

URL: http://svn.apache.org/viewvc?rev=1744811&view=rev
Log:
Update test from EasyMock 3.2 to 3.4.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1744811&r1=1744810&r2=1744811&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Fri May 20 23:03:50 2016
@@ -444,7 +444,7 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>3.2</version>
+      <version>3.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>