Author: ggregory
Date: Sun Oct 28 14:50:06 2018
New Revision: 1845032

URL: http://svn.apache.org/viewvc?rev=1845032&view=rev
Log:
Update EasyMock from 3.6 to 4.0 to try to fix testing on Java 11.

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1845032&r1=1845031&r2=1845032&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Oct 28 14:50:06 2018
@@ -485,7 +485,7 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>3.6</version>
+      <version>4.0</version>
       <scope>test</scope>
     </dependency>
 


Reply via email to