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 13:51:46 UTC

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


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

commit 43d595341e08c781c2438660fc8f4e9b2051e87d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 8 09:51:41 2023 -0400

    Bump commons-io from 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 7041f4a3..22585c8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -605,7 +605,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.12.0</version>
+        <version>2.13.0</version>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f6f88a26..f2fafe9c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -274,7 +274,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump httpclient from 4.5.13 to 4.5.14 #344.
       </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="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">