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:34:17 UTC

[commons-scxml] branch master updated: Update commons-io 2.7 -> 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-scxml.git


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

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

    Update commons-io 2.7 -> 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 6f317c5..db67c5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.7</version>
+      <version>2.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f4cf65..c348973 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -336,7 +336,7 @@
       </action>
 
       <action type="update" dev="ggregory">
-        [05-28-2020] Update commons-io:commons-io from 2.6 to 2.7.
+        [05-25-2021] Update commons-io:commons-io from 2.6 to 2.9.0.
       </action>
 
       <action type="update" dev="ggregory">