Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.8 (#93)
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] committed Jun 18, 2023
1 parent c2ec60d commit fda9c17
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 @@ -17,6 +17,6 @@ dependencies {
testImplementation(libs.kotest.assertions.core)
testImplementation(libs.kotest.runner.junit5)

testImplementation("ch.qos.logback:logback-classic:1.4.7")
testImplementation("ch.qos.logback:logback-classic:1.4.8")
testImplementation("org.slf4j:slf4j-api:2.0.7")
}
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 @@ -14,6 +14,6 @@ dependencies {
testImplementation(libs.kotest.assertions.core)
testImplementation(libs.kotest.runner.junit5)

testImplementation("ch.qos.logback:logback-classic:1.4.7")
testImplementation("ch.qos.logback:logback-classic:1.4.8")
testImplementation("org.slf4j:slf4j-api:2.0.7")
}

0 comments on commit fda9c17

Please sign in to comment.