From 385fe27d5861dfc47733a96f00c934855fc38c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 05:14:07 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.25.0 to 2.25.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 98c78d7c..baeaced9 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { // logging implementation 'org.slf4j:slf4j-api:2.0.17' // slf4j wrapper implementation 'com.lmax:disruptor:4.0.0' // async logging - implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0') + implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1') implementation 'org.apache.logging.log4j:log4j-api' // log4j implementation 'org.apache.logging.log4j:log4j-core' // log4j implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j