From 6b1118af6bf29363105365170ca2d72160fc9c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:35:31 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.25.3 to 2.25.4 Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.25.3 to 2.25.4. - [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.3...rel/2.25.4) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.25.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ff5896d..d4387d9 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation("io.micronaut:micronaut-jackson-databind") implementation("io.micronaut.reactor:micronaut-reactor") implementation("io.micronaut.openapi:micronaut-openapi") - implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.3")) + implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.4")) implementation("org.apache.logging.log4j:log4j-api") implementation("io.swagger.core.v3:swagger-annotations:2.2.45") @@ -50,7 +50,7 @@ dependencies { testImplementation("io.micronaut:micronaut-http-client") testImplementation("org.mockito:mockito-core:5.23.0") - testImplementation("org.apache.logging.log4j:log4j-core:2.25.3") + testImplementation("org.apache.logging.log4j:log4j-core:2.25.4") aotPlugins(platform("io.micronaut.platform:micronaut-platform")) aotPlugins("io.micronaut.security:micronaut-security-aot")