Author: ggregory Date: Sat Jan 21 22:51:41 2017 New Revision: 1779764 URL: http://svn.apache.org/viewvc?rev=1779764&view=rev Log: Update tests from Apache Commons Lang 3.4 to 3.5.
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=1779764&r1=1779763&r2=1779764&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sat Jan 21 22:51:41 2017 @@ -446,7 +446,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.5</version> </dependency> <!-- Test FTP with Apache FTP Server (MINA) --> <dependency>