Author: ggregory Date: Sat Apr 30 00:40:41 2016 New Revision: 1741714 URL: http://svn.apache.org/viewvc?rev=1741714&view=rev Log: [VFS-601] Update Apache Commons Net from 3.3 to 3.4.
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=1741714&r1=1741713&r2=1741714&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sat Apr 30 00:40:41 2016 @@ -366,7 +366,7 @@ <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.3</version> + <version>3.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> Modified: commons/proper/vfs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1741714&r1=1741713&r2=1741714&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Sat Apr 30 00:40:41 2016 @@ -127,6 +127,9 @@ [Ram][Tests] Make RAM provider test pass on Java 8 (JDK-8042377, self-suppression not permitted, MonitorOutputStream#close()). </action> + <action issue="VFS-601" dev="ggregory" type="update"> + Update Apache Commons Net from 3.3 to 3.4. + </action> <action issue="VFS-579" dev="ggregory" type="update"> Update Jsch from 0.1.51 to 0.1.53. </action>