Author: ggregory
Date: Fri May 20 23:02:13 2016
New Revision: 1744810
URL: http://svn.apache.org/viewvc?rev=1744810&view=rev
Log:
Update from JUnit 4.11 to 4.12.
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=1744810&r1=1744809&r2=1744810&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Fri May 20 23:02:13 2016
@@ -438,7 +438,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>