This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 736cff55c8 TOMEE-4638 - Bump version.log4j2 from 2.25.4 to 2.26.1
(#2831)
736cff55c8 is described below
commit 736cff55c860ad4e66ce8731af50dcb98d335443
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:55:00 2026 +0200
TOMEE-4638 - Bump version.log4j2 from 2.25.4 to 2.26.1 (#2831)
Bumps `version.log4j2` from 2.25.4 to 2.26.1.
Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.26.1
Updates `org.apache.logging.log4j:log4j-core` from 2.25.4 to 2.26.1
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-version: 2.26.1
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.26.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
maven/tomee-maven-plugin/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/maven/tomee-maven-plugin/pom.xml b/maven/tomee-maven-plugin/pom.xml
index 27d3504a09..ad15b8f884 100644
--- a/maven/tomee-maven-plugin/pom.xml
+++ b/maven/tomee-maven-plugin/pom.xml
@@ -119,7 +119,7 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<!-- These versions are intentionally old for ClasspathCustomizationTest
-->
- <version>2.6.2</version>
+ <version>2.26.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index b81c17e7da..161a9e8848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<!-- Logging frameworks -->
<version.slf4j>2.0.18</version.slf4j>
<version.log4j>1.2.17</version.log4j>
- <version.log4j2>2.25.4</version.log4j2>
+ <version.log4j2>2.26.1</version.log4j2>
<version.commons-logging>1.4.0</version.commons-logging>
<!-- Apache Commons -->