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 2017/10/20 16:28:19 UTC

svn commit: r1812760 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Fri Oct 20 16:28:19 2017
New Revision: 1812760

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

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1812760&r1=1812759&r2=1812760&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Oct 20 16:28:19 2017
@@ -499,7 +499,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.5</version>
+        <version>2.6</version>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->
       <dependency>