From a4462f279e9ea9836e64101c037a14811ade0d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:06:28 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index d9b6076..29adfde 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'io.github.javactrl:javactrl-core:1.0.2' javactrl 'io.github.javactrl:javactrl-core:1.0.2' implementation 'org.apache.kafka:kafka-streams:3.9.0' - implementation 'org.slf4j:slf4j-api:2.0.16' + implementation 'org.slf4j:slf4j-api:2.0.17' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.9.0' testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.2'