This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 94d8cea2 Bump commons-io:commons-io from 2.21.0 to 2.22.0.
94d8cea2 is described below
commit 94d8cea2e27494a2facedf0342f1144448618e76
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 23 06:58:03 2026 -0400
Bump commons-io:commons-io from 2.21.0 to 2.22.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7459b990..e43a050d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Teln
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.21.0</version>
+ <version>2.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2c9110dc..8e658352 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 98.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
</release>
<release version="3.13.0" date="2026-03-15" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->