This is an automated email from the ASF dual-hosted git repository.
jungm 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 a5b6796132 [tomee-10.x]: Bump version.log4j2 from 2.25.3 to 2.25.4
(#2575)
a5b6796132 is described below
commit a5b6796132fcfd668b5ff261ac30445df79bc5f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 07:16:21 2026 +0200
[tomee-10.x]: Bump version.log4j2 from 2.25.3 to 2.25.4 (#2575)
* [tomee-10.x]: Bump version.log4j2 from 2.6.2 to 2.25.4
Bumps `version.log4j2` from 2.6.2 to 2.25.4.
Updates `org.apache.logging.log4j:log4j-api` from 2.6.2 to 2.25.4
Updates `org.apache.logging.log4j:log4j-core` from 2.25.3 to 2.25.4
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-version: 2.25.4
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* revert version bump for tomee-maven-plugin
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Jung <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 86b4198727..64d4c7c7c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<!-- Logging frameworks -->
<version.slf4j>2.0.17</version.slf4j>
<version.log4j>1.2.17</version.log4j>
- <version.log4j2>2.25.3</version.log4j2>
+ <version.log4j2>2.25.4</version.log4j2>
<version.commons-logging>1.3.5</version.commons-logging>
<!-- Apache Commons -->