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 2016/05/22 14:15:59 UTC

svn commit: r1745053 - /commons/proper/fileupload/branches/b1_3/pom.xml

Author: britter
Date: Sun May 22 14:15:59 2016
New Revision: 1745053

URL: http://svn.apache.org/viewvc?rev=1745053&view=rev
Log:
Update to latest junit version

Modified:
    commons/proper/fileupload/branches/b1_3/pom.xml

Modified: commons/proper/fileupload/branches/b1_3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/pom.xml?rev=1745053&r1=1745052&r2=1745053&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/pom.xml (original)
+++ commons/proper/fileupload/branches/b1_3/pom.xml Sun May 22 14:15:59 2016
@@ -194,7 +194,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>