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:49:17 UTC

svn commit: r1417456 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Wed Dec  5 14:49:17 2012
New Revision: 1417456

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

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1417456&r1=1417455&r2=1417456&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Wed Dec  5 14:49:17 2012
@@ -37,7 +37,7 @@ CSV files of various types.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
     <dependency>