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/12 15:18:05 UTC

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

Author: ggregory
Date: Wed Dec 12 14:18:04 2012
New Revision: 1420692

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

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=1420692&r1=1420691&r2=1420692&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Wed Dec 12 14:18:04 2012
@@ -115,7 +115,7 @@ Supported protocols include: Echo, Finge
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.10</version>
+            <version>4.11</version>
             <scope>test</scope>
         </dependency>
     </dependencies>