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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new ca6cd58e6 Bump commons-codec:commons-codec from 1.18.0 to 1.22.0.
ca6cd58e6 is described below
commit ca6cd58e68ec7741701136d589f3c8056f8f586d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 24 20:38:46 2026 -0400
Bump commons-codec:commons-codec from 1.18.0 to 1.22.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 3f144f0a5..e31cd0ad4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.21.0</version>
+ <version>1.22.0</version>
<optional>true</optional>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10b13db25..d38a61cc2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 978</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">Bump
commons-codec:commons-codec from 1.21.0 to 1.22.0.</action>
</release>
<release version="2.14.0" date="2026-04-03" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->