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 2018/02/16 15:47:51 UTC

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

Author: ggregory
Date: Fri Feb 16 15:47:51 2018
New Revision: 1824513

URL: http://svn.apache.org/viewvc?rev=1824513&view=rev
Log:
Update tests from Apache Commons Lang 3.6 to 3.7.

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=1824513&r1=1824512&r2=1824513&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Feb 16 15:47:51 2018
@@ -463,7 +463,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.6</version>
+        <version>3.7</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>