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 2015/02/16 01:08:05 UTC

svn commit: r1660008 - /commons/proper/compress/trunk/pom.xml

Author: sebb
Date: Mon Feb 16 00:08:05 2015
New Revision: 1660008

URL: http://svn.apache.org/r1660008
Log:
JUnit => 4.12

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

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1660008&r1=1660007&r2=1660008&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Mon Feb 16 00:08:05 2015
@@ -56,7 +56,7 @@ jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>