Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.16 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent b0f1fe9 commit 001c9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotest-extensions-testcontainers-elastic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
testImplementation(libs.kotest.runner.junit5)

testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("org.slf4j:slf4j-api:2.0.16")
}
2 changes: 1 addition & 1 deletion kotest-extensions-testcontainers-kafka/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
testImplementation(libs.kotest.runner.junit5)

testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("org.slf4j:slf4j-api:2.0.16")
}

0 comments on commit 001c9ea

Please sign in to comment.