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/29 20:48:14 UTC

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


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

commit 6b6c764080f12416db38f73afb1c51acd341f9a2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 29 16:39:25 2023 -0400

    Bump commons-io from 2.13.0 to 2.14.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c3132f7..2bd1155b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ limitations under the License.
     <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 e04f4772..37e93d57 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- UPDATE -->    
       <action                   dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 62.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>      
+      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io from 2.13.0 to 2.14.0.</action>      
     </release>
     <release version="1.16.0" date="2023-06-17" description="Feature and fix release. Requires a minimum of Java 8.">
       <!-- FIX -->