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>