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 8284b529c Bump commons-codec:commons-codec from 1.18.0 to 1.19.0
8284b529c is described below
commit 8284b529c10d9cb82439d0bf316304a3f61a156e
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 22 15:25:56 2025 -0400
Bump commons-codec:commons-codec from 1.18.0 to 1.19.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 b0eaadd1f..2bd6e6f64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.18.0</version>
+ <version>1.19.0</version>
<optional>true</optional>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6596c8676..62e0552c8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,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">Bump
org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #625.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
commons-io:commons-io from 2.19.0 to 2.20.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.18.0 to 1.19.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 -->