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 00:36:00 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 862d1d9  Bump commons-io from 2.12.0 to 2.13.0
862d1d9 is described below

commit 862d1d91e1a0c6c4863ac929256a799bd6b409ea
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 7 20:35:56 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 dde7e24..2bba7cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.12.0</version>
+                <version>2.13.0</version>
             </dependency>
             <!-- examples -->
             <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d4c4a95..38a8cda 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="2.0" date="202Y-MM-DD" description="Major release (Java 8).">
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump commons-io from 2.2 to 2.12.0 #11.
+        Bump commons-io from 2.2 to 2.13.0 #11.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump junit from 4.11 to 4.13.2 #10.