This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new 74d7a5c19 build(deps): bump org.apache.logging.log4j:log4j-bom (#1482)
74d7a5c19 is described below
commit 74d7a5c19e8292693eb447271124fbf032abff9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 09:34:44 2025 +0100
build(deps): bump org.apache.logging.log4j:log4j-bom (#1482)
Bumps
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2)
from 2.25.2 to 2.25.3.
- [Release notes](https://github.com/apache/logging-log4j2/releases)
-
[Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
-
[Commits](https://github.com/apache/logging-log4j2/compare/rel/2.25.2...rel/2.25.3)
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
dependency-version: 2.25.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a6db6e19e..2e32de5e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<jackson.version>2.20.1</jackson.version>
<jakarta-ee.version>10.0.0</jakarta-ee.version>
<jaxb-impl.version>4.0.6</jaxb-impl.version>
- <log4j2.version>2.25.2</log4j2.version>
+ <log4j2.version>2.25.3</log4j2.version>
<mockito.version>5.21.0</mockito.version>
<ognl.version>3.3.5</ognl.version>
<slf4j.version>2.0.17</slf4j.version>