You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/12/05 15:45:03 UTC

svn commit: r1417450 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Wed Dec  5 14:45:02 2012
New Revision: 1417450

URL: http://svn.apache.org/viewvc?rev=1417450&view=rev
Log:
Update JUnit to version 4.11 from 4.10.

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1417450&r1=1417449&r2=1417450&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed Dec  5 14:45:02 2012
@@ -218,7 +218,7 @@ file comparators, endian transformation 
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
   </dependencies>