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/08/21 15:17:34 UTC

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

Author: ggregory
Date: Tue Aug 21 15:17:34 2018
New Revision: 1838562

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

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=1838562&r1=1838561&r2=1838562&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Aug 21 15:17:34 2018
@@ -471,7 +471,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.7</version>
+        <version>3.8</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>