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 2020/05/28 13:08:41 UTC

[commons-vfs] branch master updated: Update from commons-io:commons-io 2.6 to 2.7.

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 39c7c97  Update from commons-io:commons-io 2.6 to 2.7.
39c7c97 is described below

commit 39c7c97828430e0c756f64b0c66ae7026ac78c66
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 09:08:36 2020 -0400

    Update from commons-io:commons-io 2.6 to 2.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0cf063a..56e2f43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,7 +601,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0fe26a5..2b9ecd0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update tests from Apache Commons Lang 3.9 to 3.10.
       </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
+        [HTTP] Update Apache httpclient 4.5.11 to 4.5.12 and httpclient5 5.0-beta7 to 5.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Update tests from Log4j 2.13.0 to 2.13.3.
@@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.21.0 to 2.21.1.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Update Apache Commons IO from 2.6 to 2.7.
+      </action>
     </release>
     <release version="2.6.0" date="2020-06-01" description="New features and bug fix release.">
       <action dev="ggregory" due-to="Eitan Adler" type="fix">