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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 908cf33 Bump log4j2.version from 2.25.4 to 2.26.0.
908cf33 is described below
commit 908cf333ae0a6dabb3ed7720725a96b9a08eba76
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 8 07:14:13 2026 -0400
Bump log4j2.version from 2.25.4 to 2.26.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 39083df..6f61b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@ under the License.
<commons.failsafe.version>3.2.1</commons.failsafe.version>
<!-- Allow default test run order to be changed -->
<failsafe.runorder>filesystem</failsafe.runorder>
- <log4j2.version>2.25.4</log4j2.version>
+ <log4j2.version>2.26.0</log4j2.version>
<logback.version>1.3.16</logback.version>
<slf4j.version>2.0.17</slf4j.version>
<findsecbugs.version>1.14.0</findsecbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8749fcd..9230870 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Kiril Keranov, Gary
Gregory">Add support for Jakarta servlets, see
org.apache.commons.logging.jakarta.ServletContextCleaner #419.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 99.</action>
- <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump log4j2.version from 2.25.3 to 2.25.4.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump log4j2.version from 2.25.3 to 2.26.0.</action>
</release>
<release version="1.3.6" date="2026-03-04" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->