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/18 21:08:51 UTC

[commons-imaging] branch master updated: Bump commons-io:commons-io 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-imaging.git


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

commit 7c9fc69d7d96a7d5847ce94cfeb76d73b6fc06a1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 18 17:08:46 2023 -0400

    Bump commons-io:commons-io 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 17ca33d7..5441ff38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.openjdk.jol</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 84f8a5f1..a3fb664d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,7 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-checkstyle plugin from 3.1.2 to 3.2.1 #233, #266.
       </action>
       <action type="update" due-to="Gary Gregory">
-        Bump tests commons-io:commons-io 2.6 to 2.12.0.
+        Bump commons-io:commons-io 2.6 to 2.13.0.
       </action>
       <action issue="IMAGING-347" dev="kinow" type="update" due-to="snumlautoken">
         Refactor BasicCParser::unescapeString().