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 2011/11/01 16:54:58 UTC

svn commit: r1196070 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Tue Nov  1 15:54:58 2011
New Revision: 1196070

URL: http://svn.apache.org/viewvc?rev=1196070&view=rev
Log:
Latest version of JUnit

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1196070&r1=1196069&r2=1196070&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Nov  1 15:54:58 2011
@@ -115,7 +115,7 @@ Supported protocols include: Echo, Finge
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.8.2</version>
+            <version>4.10</version>
             <scope>test</scope>
         </dependency>
     </dependencies>