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 01:56:05 UTC

[commons-collections] 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-collections.git


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

commit 0f54cb20903e75d43da9383464093a827e19b2e9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 25 21:56:02 2021 -0400

    Update commons-io 2.8.0 -> 2.9.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 e3620ea..2e10ec1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.8.0</version>
+      <version>2.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8196d38..df71305 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -211,7 +211,7 @@
       Remove deprecated sudo setting. #161.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      Update tests from commons-io:commons-io 2.6 to 2.8.0 #180.
+      Update tests from commons-io:commons-io 2.6 to 2.9.0 #180.
     </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
       Update actions/checkout from v1 to v2.3.4 #166 #173 #183 #193.