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 71fc4e68 Bump org.apache.commons:commons-collections4 from 4.5.0 to
4.6.0.
71fc4e68 is described below
commit 71fc4e683e1c2d20d5ca1cd1d2645f76c16876a1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 10 08:58:43 2026 -0400
Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.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 531aacab..25f6052f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Teln
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a63430ac..12a40123 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 103.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-collections4 from 4.5.0 to 4.6.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 -->