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/09/27 15:55:26 UTC

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

Author: ggregory
Date: Thu Sep 27 15:55:26 2018
New Revision: 1842108

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

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=1842108&r1=1842107&r2=1842108&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Sep 27 15:55:26 2018
@@ -471,7 +471,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.8</version>
+        <version>3.8.1</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>