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 2023/06/08 11:31:45 UTC

[commons-scxml] branch master updated: Bump commons-io from 2.12.0 to 2.13.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 a080c52  Bump commons-io from 2.12.0 to 2.13.0
a080c52 is described below

commit a080c5255ffadb3cb5cfce83ca740808469c3c9f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 8 07:31:41 2023 -0400

    Bump commons-io from 2.12.0 to 2.13.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 419fa60..ee12d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e2f52fa..2ea33f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -339,7 +339,7 @@
       <action type="update" dev="ggregory">Bump maven-antrun-plugin from 1.7 to 3.1.0 #14, #51.</action>
       <action type="update" dev="ggregory">Bump exec-maven-plugin from 1.3.2 to 3.1.0 #13, #63.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump groovy from 2.4.13 to 3.0.167 #38, #62, #67, #97, #110, #116, #122.</action>
-      <action type="update" dev="ggregory">Bump commons-io from 2.6 to 2.12.0 #37.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.6 to 2.13.0 #37.</action>
       <action type="update" dev="ggregory">Bump commons-jexl3 from 3.1 to 3.2.1 #36.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump Saxon-HE from 9.6.0-1 to 12.2 #42, #43, #64, #104, #117, #127.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump jackson-core from 2.9.3 to 2.15.2 #39, #59, #84, #85, #106, #126, #129, #130.</action>