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 0b8510265 Bump log4j2.version from 2.26.0 to 2.26.1 (#425).
0b8510265 is described below
commit 0b85102657cad939062094c1ce7b88419827d42f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 2 13:46:37 2026 +0000
Bump log4j2.version from 2.26.0 to 2.26.1 (#425).
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 080291e59..a860da6cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
org.yaml.snakeyaml.*;resolution:=optional,
*
</commons.osgi.import>
- <log4j.version>2.26.0</log4j.version>
+ <log4j.version>2.26.1</log4j.version>
<slf4j.version>2.0.18</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 6b652448a..218873566 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.6 to 1.4.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.dbunit:dbunit from 3.0.0 to 3.2.0 (#643).</action>
<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>
</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 -->