You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/20 00:49:37 UTC

svn commit: r1515651 - /commons/proper/math/trunk/pom.xml

Author: sebb
Date: Mon Aug 19 22:49:37 2013
New Revision: 1515651

URL: http://svn.apache.org/r1515651
Log:
Latest JUnit version

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

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1515651&r1=1515650&r2=1515651&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Mon Aug 19 22:49:37 2013
@@ -315,7 +315,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
   </dependencies>