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/05/26 02:30:34 UTC

[commons-net] branch master updated: Update commons-io 2.8.0 -> 2.9.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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new b4d0d9a  Update commons-io 2.8.0 -> 2.9.0.
b4d0d9a is described below

commit b4d0d9a5f9a51f244846f228720b450f784ecb72
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 25 22:30:30 2021 -0400

    Update commons-io 2.8.0 -> 2.9.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 20c6cd0..5924b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.8.0</version>
+            <version>2.9.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0359cf2..8dcd269 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,8 +95,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump junit from 4.13.1 to 4.13.2 #74.
       </action>
-      <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump commons-io from 2.6 to 2.8.0 #60.
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+        Bump commons-io from 2.6 to 2.9.0 #60.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump actions/setup-java from v1.4.3 to v2.