From f6c2622a9a794a48b85a76c17b85daf324ebd854 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 02:49:31 +0000 Subject: [PATCH] Update slf4j monorepo to v2.0.13 --- 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..2a1a173 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.13' 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.13' }