Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit db46d30

Browse files
Update dependency org.slf4j:slf4j-api to v2.0.9 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b102421 commit db46d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotest-extensions-testcontainers-elastic/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencies {
1818
testImplementation(libs.kotest.runner.junit5)
1919

2020
testImplementation("ch.qos.logback:logback-classic:1.4.11")
21-
testImplementation("org.slf4j:slf4j-api:2.0.7")
21+
testImplementation("org.slf4j:slf4j-api:2.0.9")
2222
}

kotest-extensions-testcontainers-kafka/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies {
1515
testImplementation(libs.kotest.runner.junit5)
1616

1717
testImplementation("ch.qos.logback:logback-classic:1.4.11")
18-
testImplementation("org.slf4j:slf4j-api:2.0.7")
18+
testImplementation("org.slf4j:slf4j-api:2.0.9")
1919
}

0 commit comments

Comments
 (0)