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 8194da9fe Bump commons-codec:commons-codec from 1.22.0 to 1.22.1.
8194da9fe is described below
commit 8194da9fea07c5aa46caead63d265fd3a1e276a8
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 06:03:07 2026 -0400
Bump commons-codec:commons-codec from 1.22.0 to 1.22.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 69af11891..73491d3ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.22.0</version>
+ <version>1.22.1</version>
<optional>true</optional>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 453e51cf4..5211b4bbe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
slf4j.version from 2.0.17 to 2.0.18 (#644).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.logging.log4j:log4j-core from 2.26.0 to 2.26.1.</action>
<action type="update" dev="ggregory" due-to="MarĂa Galbis, Gary Gregory"
issue="CONFIGURATION-857">Preserve duplicate non-String scalar values in
flatten() (#645).</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.22.0 to 1.22.1.</action>
</release>
<release version="2.15.1" date="2026-05-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->