This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new df37ac316c Bump version.log4j2 from 2.25.2 to 2.25.3
df37ac316c is described below
commit df37ac316c129999d28867667a07d0e4cba8e20f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 13:36:58 2025 +0000
Bump version.log4j2 from 2.25.2 to 2.25.3
Bumps `version.log4j2` from 2.25.2 to 2.25.3.
Updates `org.apache.logging.log4j:log4j-api` from 2.25.2 to 2.25.3
Updates `org.apache.logging.log4j:log4j-jul` from 2.25.2 to 2.25.3
Updates `org.apache.logging.log4j:log4j-core` from 2.25.2 to 2.25.3
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-version: 2.25.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-jul
dependency-version: 2.25.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.25.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a5a812484..4db6267a71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<!-- Logging frameworks -->
<version.slf4j>2.0.17</version.slf4j>
<version.log4j>1.2.17</version.log4j>
- <version.log4j2>2.25.2</version.log4j2>
+ <version.log4j2>2.25.3</version.log4j2>
<version.commons-logging>1.3.5</version.commons-logging>
<!-- Apache Commons -->