From 6b0e8a579bab85341cf516909104e55d2fbed6e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:00:34 +0000 Subject: [PATCH] Update slf4j monorepo to v2.0.17 --- .../platform/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/use-only-java-module-testing-plugin/platform/build.gradle.kts b/samples/use-only-java-module-testing-plugin/platform/build.gradle.kts index 82b5cf6..76a7235 100644 --- a/samples/use-only-java-module-testing-plugin/platform/build.gradle.kts +++ b/samples/use-only-java-module-testing-plugin/platform/build.gradle.kts @@ -10,6 +10,6 @@ dependencies { dependencies.constraints { api("org.apache.xmlbeans:xmlbeans:5.3.0") - api("org.slf4j:slf4j-api:2.0.16") - api("org.slf4j:slf4j-simple:2.0.16") + api("org.slf4j:slf4j-api:2.0.17") + api("org.slf4j:slf4j-simple:2.0.17") } \ No newline at end of file