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 a140f371 Bump commons-io from 2.11.0 to 2.12.0.
a140f371 is described below
commit a140f371311cd9a851ad6d068b4222fc2caa0a42
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 17 12:53:02 2023 -0400
Bump commons-io from 2.11.0 to 2.12.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9ae6c258..011ce6f4 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.11.0</version>
+ <version>2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 290ece78..31d5dcb8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,7 +76,10 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">
Bump commons-parent from 54 to 57 #132, #137, #153.
</action>
- </release>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump commons-io from 2.11.0 to 2.12.0.
+ </action>
+ </release>
<release version="3.9.0" date="2022-11-26" description="Maintenance and
bug fix release (Java 8).">
<!-- FIX -->
<action type="fix" issue="NET-708" dev="ggregory" due-to="XenoAmess">