From 2c99cd7a3396ccb2b156a196531cb6d6de25b2e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:54:59 +0000 Subject: [PATCH] Update slf4j monorepo to v2.0.14 --- 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..390b7a1 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.14' 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.14' }