Author: britter
Date: Fri Dec 5 13:44:20 2014
New Revision: 1643281
URL: http://svn.apache.org/r1643281
Log:
Update to latest junit release
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1643281&r1=1643280&r2=1643281&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Dec 5 13:44:20 2014
@@ -473,7 +473,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>