From 58c2f67ab42c78490f93f131ea0208d8319f0cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:51:47 +0000 Subject: [PATCH] Update slf4j monorepo to v2.0.15 --- integration-testing/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-testing/build.gradle b/integration-testing/build.gradle index 3b93fe7..b3ba386 100644 --- a/integration-testing/build.gradle +++ b/integration-testing/build.gradle @@ -19,9 +19,9 @@ repositories { dependencies { implementation 'io.kubernetes:client-java:18.0.1' implementation 'org.awaitility:awaitility:4.2.0' - implementation 'org.slf4j:slf4j-api:2.0.11' + implementation 'org.slf4j:slf4j-api:2.0.15' implementation 'org.zeroturnaround:zt-exec:1.12' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' - testImplementation 'org.slf4j:slf4j-simple:2.0.11' + testImplementation 'org.slf4j:slf4j-simple:2.0.15' }