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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 69167c83 Bump org.apache.commons:commons-collections4 from 4.5.0 to
4.6.0
69167c83 is described below
commit 69167c8344feada712e1e8736b205f5bf1b987e5
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 10 09:00:32 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 788312c6..bcffa2bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,7 +626,7 @@
<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 9e8af0ad..4a4216e1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
<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-rng-simple from 1.6 to 1.7.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
graalvm.version from 25.0.2 to 25.1.3 on Java 22 and up.</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="1.15.0" date="2025-12-04" description="Release 1.15.0.
This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->