Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 3b1dd0b commit 7315cf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jedis = { module = "redis.clients:jedis", version = "4.3.1" }
mysql-connector-java = { module = "mysql:mysql-connector-java", version = "8.0.33" }
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.5.1" }
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.23" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.6" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.7" }

testcontainers-elastic = { module = "org.testcontainers:elasticsearch", version.ref = "testcontainers" }
testcontainers-mysql = { module = "org.testcontainers:mysql", version.ref = "testcontainers" }
Expand Down
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.5.6")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("org.slf4j:slf4j-api:2.0.13")
}
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.5.6")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("org.slf4j:slf4j-api:2.0.13")
}

0 comments on commit 7315cf0

Please sign in to comment.