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 13:40:33 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new cb5e1a37 Bump commons-io from 2.13.0 to 2.14.0
     new 84575a03 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git
cb5e1a37 is described below

commit cb5e1a379d4aaa4e9dc727774981cd6f78b7826b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 30 09:40:09 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 45d09da5..04e838ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.13.0</version>
+      <version>2.14.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 888309a7..9020e02d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,7 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 62 #392, #401.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump assertj-core from 3.23.1 to 3.24.2 #405, #410.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 #407.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.11.0 to 2.13.0.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.11.0 to 2.14.0.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
   </release>
   <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. Requires Java 8.">