From 3549229c91db1560606db3507ccbf6887e21d6d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:50:58 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-api to v2.0.13 --- 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 e1d46d1..a05da11 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.12") + testImplementation("org.slf4j:slf4j-api:2.0.13") } diff --git a/kotest-extensions-testcontainers-kafka/build.gradle.kts b/kotest-extensions-testcontainers-kafka/build.gradle.kts index 6e4cbc8..0320718 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.12") + testImplementation("org.slf4j:slf4j-api:2.0.13") }