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 2016/04/23 01:14:34 UTC

svn commit: r1740620 - /commons/proper/bcel/trunk/pom.xml

Author: ggregory
Date: Fri Apr 22 23:14:34 2016
New Revision: 1740620

URL: http://svn.apache.org/viewvc?rev=1740620&view=rev
Log:
Update tests from Apache Commons IO 2.4 to 2.5.

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1740620&r1=1740619&r2=1740620&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Fri Apr 22 23:14:34 2016
@@ -424,7 +424,7 @@
         <dependency>
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
-          <version>2.4</version>
+          <version>2.5</version>
           <scope>test</scope>
         </dependency>