From 76eba45255eecf06a948c0657f95b8a2f9de1a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:25:59 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-slf4j-impl Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.23.0 to 2.23.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl 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 952d755..e12004f 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { testImplementation "io.debezium:debezium-api:$debeziumVersion" testImplementation "org.assertj:assertj-core:3.25.2" - testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.0" + testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1" testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.22.1" testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.23.0"