You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/12/08 22:17:45 UTC

svn commit: r1643928 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Mon Dec  8 21:17:45 2014
New Revision: 1643928

URL: http://svn.apache.org/r1643928
Log:
Switched to junit 4.12.

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=1643928&r1=1643927&r2=1643928&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Mon Dec  8 21:17:45 2014
@@ -341,7 +341,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>