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-examples.git
The following commit(s) were added to refs/heads/main by this push: new 676caf1 Bump log4j2.version from 2.24.2 to 2.24.3 (#407) 676caf1 is described below commit 676caf1e4730179333a18c9d5cc04d941f0d5be1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 4 16:43:05 2025 +0100 Bump log4j2.version from 2.24.2 to 2.24.3 (#407) Bumps `log4j2.version` from 2.24.2 to 2.24.3. Updates `org.apache.logging.log4j:log4j-core` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-api` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.2 to 2.24.3 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 5287eaf..de6ba47 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <maven.javadoc.skip>true</maven.javadoc.skip> <struts2.version>7.0.0</struts2.version> - <log4j2.version>2.24.2</log4j2.version> + <log4j2.version>2.24.3</log4j2.version> <jetty-plugin.version>11.0.18</jetty-plugin.version> <jackson.version>2.14.1</jackson.version> <jackson-data-bind.version>2.14.1</jackson-data-bind.version>