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 2012/12/04 19:30:40 UTC

svn commit: r1417097 - /commons/proper/email/trunk/pom.xml

Author: sebb
Date: Tue Dec  4 18:30:39 2012
New Revision: 1417097

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

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1417097&r1=1417096&r2=1417097&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Tue Dec  4 18:30:39 2012
@@ -204,7 +204,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
+            <version>4.11</version>
             <scope>test</scope>
         </dependency>
         <dependency>