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 2021/06/26 21:05:05 UTC

[commons-vfs] branch master updated: Update Apache Commons IO from 2.8.0 to 2.10.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 2b126b5  Update Apache Commons IO from 2.8.0 to 2.10.0.
2b126b5 is described below

commit 2b126b52c8b284124af2d798c9970182e1fa70b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 26 17:05:01 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index 67bba45..c28937d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,7 +660,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.8.0</version>
+        <version>2.10.0</version>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87bb5ba..f9db7b6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,11 +95,14 @@ The <action> type attribute can be add,update,fix,remove.
         Bump checkstyle from 8.41 to 8.41.1 #175.
       </action>
       <action dev="ggregory" due-to="Boris Petrov" type="update">
-        Update `actions/setup-java` to v2 #177.
+        Update actions/setup-java to v2 #177.
       </action>
       <action dev="ggregory" due-to="Dependabot" type="update">
         Bump mockito-core from 3.8.0 to 3.9.0 #178.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Bump commons-io from 2.8.0 to 2.10.0.
+      </action>
     </release>
     <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->