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:48:10 UTC

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


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

commit 3c787b82f69b2965e2ff8a67e480b9c5eee6099a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 7 20:48:06 2023 -0400

    Bump commons-io from 2.12.0 to 2.13.0
---
 commons-jcs-jcache-extras/pom.xml | 2 +-
 src/changes/changes.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-jcs-jcache-extras/pom.xml b/commons-jcs-jcache-extras/pom.xml
index 5f866c0a..23a719d1 100644
--- a/commons-jcs-jcache-extras/pom.xml
+++ b/commons-jcs-jcache-extras/pom.xml
@@ -103,7 +103,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 86127244..1ffe95a8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@
                Bump commons-text from 1.9 to 1.10.0 #110.
             </action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">
-               Bump commons-io from 2.11.0 to 2.12.0.
+               Bump commons-io from 2.11.0 to 2.13.0.
             </action>
         </release>
         <release version="3.1" date="2022-01-03">