From ec002e77355e0fa0d8e28ef656813216003e5d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:31:32 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-slf4j-impl Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.23.1 to 2.24.2. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5f2d873..20d7385 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { testImplementation "io.debezium:debezium-api:$debeziumVersion" testImplementation "org.assertj:assertj-core:3.26.3" - testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1" + testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.24.2" testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.23.1" testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.23.1"