Author: ggregory Date: Sat Apr 30 00:47:38 2016 New Revision: 1741716 URL: http://svn.apache.org/viewvc?rev=1741716&view=rev Log: [VFS-602] Update Apache Commons IO from 2.4 to 2.5.
Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/changes/changes.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1741716&r1=1741715&r2=1741716&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sat Apr 30 00:47:38 2016 @@ -477,7 +477,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <!-- Test HTTP with Apache HttpComponent Core --> <dependency> Modified: commons/proper/vfs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1741716&r1=1741715&r2=1741716&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Sat Apr 30 00:47:38 2016 @@ -130,6 +130,9 @@ <action issue="VFS-601" dev="ggregory" type="update"> Update Apache Commons Net from 3.3 to 3.4. </action> + <action issue="VFS-602" dev="ggregory" type="update"> + Update Apache Commons IO from 2.4 to 2.5. + </action> <action issue="VFS-579" dev="ggregory" type="update"> Update Jsch from 0.1.51 to 0.1.53. </action>