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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new e26a4ad28 Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
e26a4ad28 is described below
commit e26a4ad28c849d3e7cee71a84380255c47d367c1
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 29 17:33:59 2026 -0500
Bump commons-codec:commons-codec from 1.20.0 to 1.21.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 1bb84d293..2a201a15c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,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 6fd5ded5a..6c36606d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 #474.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 #626.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.20.0 to 1.21.0.</action>
</release>
<release version="2.13.0" date="2025-11-21" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->