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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new c08e9a90c Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
c08e9a90c is described below
commit c08e9a90c1d1fe20ded8399fb67b320840ac935d
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 29 17:32:27 2026 -0500
Bump commons-codec:commons-codec from 1.20.0 to 1.21.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 4ff126545..7cabeb09c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.20.0</version>
+ <version>1.21.0</version>
<optional>true</optional>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1fd4dd97e..112809f79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.easymock:easymock from 5.5.0 to 5.6.0 #617.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 #625.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
commons-io:commons-io from 2.19.0 to 2.21.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.18.0 to 1.20.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.18.0 to 1.21.0.</action>
</release>
<release version="4.5.0" date="2025-04-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->