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 02:49:08 UTC

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


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

commit 39ba065518f0d60b687333fa15ccecd994c0527b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 7 22:49:04 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 e467f89a..2fb6d497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.12.0</version>
+            <version>2.13.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5828b004..633b1189 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-parent from 54 to 58 #132, #137, #153.
       </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.9.0" date="2022-11-26" description="Maintenance and bug fix release (Java 8).">