This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new af93301  Update from Apache Commons Lang 3.9 to 3.11.
af93301 is described below

commit af93301373f4ed4e81df9d200b48caa5d03170b6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 16 14:14:43 2020 -0400

    Update from Apache Commons Lang 3.9 to 3.11.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d703ef3..b492775 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,7 +564,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.10</version>
+        <version>3.11</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c60be4a..94de9cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,7 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
         [SFTP] Configure whether exec detection is enabled #80.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Update tests from Apache Commons Lang 3.9 to 3.10.
+        Update tests from Apache Commons Lang 3.9 to 3.11.
       </action>
       <action issue="VFS-768" dev="ggregory" due-to="ddg-igh" type="add">
         [HTTP] Update Apache httpclient 4.5.11 to 4.5.12 and httpclient5 
5.0-beta7 to 5.0.

Reply via email to