From 4901ef2c703e445349c8d1f01f503c59288dce68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:03:31 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-api to v2.0.11 (#114) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- kotest-extensions-testcontainers-elastic/build.gradle.kts | 2 +- kotest-extensions-testcontainers-kafka/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kotest-extensions-testcontainers-elastic/build.gradle.kts b/kotest-extensions-testcontainers-elastic/build.gradle.kts index dec51b7..c0dd1ef 100644 --- a/kotest-extensions-testcontainers-elastic/build.gradle.kts +++ b/kotest-extensions-testcontainers-elastic/build.gradle.kts @@ -18,5 +18,5 @@ dependencies { testImplementation(libs.kotest.runner.junit5) testImplementation("ch.qos.logback:logback-classic:1.4.14") - testImplementation("org.slf4j:slf4j-api:2.0.9") + testImplementation("org.slf4j:slf4j-api:2.0.11") } diff --git a/kotest-extensions-testcontainers-kafka/build.gradle.kts b/kotest-extensions-testcontainers-kafka/build.gradle.kts index d1cdc5d..9a2fd66 100644 --- a/kotest-extensions-testcontainers-kafka/build.gradle.kts +++ b/kotest-extensions-testcontainers-kafka/build.gradle.kts @@ -15,5 +15,5 @@ dependencies { testImplementation(libs.kotest.runner.junit5) testImplementation("ch.qos.logback:logback-classic:1.4.14") - testImplementation("org.slf4j:slf4j-api:2.0.9") + testImplementation("org.slf4j:slf4j-api:2.0.11") }