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 7e8890cfa Bump org.apache.logging.log4j:log4j-core from 2.25.4 to
2.26.0.
7e8890cfa is described below
commit 7e8890cfae261f0e49c3867b651fd33b4e63abf0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 8 07:16:41 2026 -0400
Bump org.apache.logging.log4j:log4j-core from 2.25.4 to 2.26.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 b7b8db408..4294f0da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
org.yaml.snakeyaml.*;resolution:=optional,
*
</commons.osgi.import>
- <log4j.version>2.25.4</log4j.version>
+ <log4j.version>2.26.0</log4j.version>
<slf4j.version>2.0.17</slf4j.version>
<!-- Spring 6 requires Java 17 -->
<spring.version>5.3.39</spring.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c78b6b7cc..fd9fccd74 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 99</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>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.logging.log4j:log4j-core from 2.25.4 to 2.26.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 -->