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/09/30 11:54:54 UTC

[commons-jci] branch master updated: Bump commons-io from 2.13.0 to 2.14.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 16bc45a  Bump commons-io from 2.13.0 to 2.14.0
16bc45a is described below

commit 16bc45ae15345ce1f5ba411de8eeb17dda52cf85
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 30 07:54:50 2023 -0400

    Bump commons-io from 2.13.0 to 2.14.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 3faacbf..3e29d2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.13.0</version>
+                <version>2.14.0</version>
             </dependency>
             <!-- examples -->
             <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9690c33..5163922 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,7 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
       </action>            
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump commons-io from 2.2 to 2.13.0 #11.
+        Bump commons-io from 2.2 to 2.14.0 #11.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump junit from 4.11 to 4.13.2 #10.