You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/06 17:21:38 UTC

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

Author: britter
Date: Sat Dec  6 16:21:38 2014
New Revision: 1643549

URL: http://svn.apache.org/r1643549
Log:
Update junit dependency

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=1643549&r1=1643548&r2=1643549&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Sat Dec  6 16:21:38 2014
@@ -36,7 +36,7 @@ CSV files of various types.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>