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/09/11 00:03:14 UTC

[commons-vfs] branch master updated: Update Apache Commons IO from 2.7 to 2.8.0.

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 0f5b995  Update Apache Commons IO from 2.7 to 2.8.0.
0f5b995 is described below

commit 0f5b99574aed21773bd355dc7b9da2b9e96b0522
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 10 20:03:07 2020 -0400

    Update Apache Commons IO from 2.7 to 2.8.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e844f0..513c27d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,7 +601,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.7</version>
+        <version>2.8.0</version>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a233051..d63ef63 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -121,7 +121,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update tests from org.mockito:mockito-core from 3.2.4 to 3.4.4.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Update Apache Commons IO from 2.6 to 2.7.
+        Update Apache Commons IO from 2.6 to 2.8.0.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0.