From 0ff816227e0c7b321b00bd1690c29cfa3ad61f2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:02:45 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-api to v2.0.11 --- integration-testing/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-testing/build.gradle b/integration-testing/build.gradle index b3e9925..8501ddd 100644 --- a/integration-testing/build.gradle +++ b/integration-testing/build.gradle @@ -19,7 +19,7 @@ repositories { dependencies { implementation 'io.kubernetes:client-java:18.0.1' implementation 'org.awaitility:awaitility:4.2.0' - implementation 'org.slf4j:slf4j-api:2.0.10' + implementation 'org.slf4j:slf4j-api:2.0.11' implementation 'org.zeroturnaround:zt-exec:1.12' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' testImplementation 'org.slf4j:slf4j-simple:2.0.10'