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 092d1d80 Bump commons-io from 2.13.0 to 2.14.0 092d1d80 is described below commit 092d1d80aae4ee223376a3781d7a6f18a92ae53a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 08:11:28 2023 -0400 Bump commons-io from 2.13.0 to 2.14.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 7c57977a..68a906a4 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,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.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 e87e8a82..2c211a7c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -171,7 +171,7 @@ The <action> type attribute can be add,update,fix,remove. Bump commons-parent from 54 to 62 #132, #137, #153. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump commons-io from 2.11.0 to 2.13.0. + Bump commons-io from 2.11.0 to 2.14.0. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-lang3 from 3.12.0 to 3.13.0.