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

Commit ed4b8c7

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.12 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a94f2d4 commit ed4b8c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jedis = { module = "redis.clients:jedis", version = "4.3.1" }
99
mysql-connector-java = { module = "mysql:mysql-connector-java", version = "8.0.33" }
1010
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.5.1" }
1111
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.24" }
12-
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.8" }
12+
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }
1313

1414
testcontainers-elastic = { module = "org.testcontainers:elasticsearch", version.ref = "testcontainers" }
1515
testcontainers-mysql = { module = "org.testcontainers:mysql", version.ref = "testcontainers" }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ dependencies {
1717
testImplementation(libs.kotest.assertions.core)
1818
testImplementation(libs.kotest.runner.junit5)
1919

20-
testImplementation("ch.qos.logback:logback-classic:1.5.8")
20+
testImplementation("ch.qos.logback:logback-classic:1.5.12")
2121
testImplementation("org.slf4j:slf4j-api:2.0.16")
2222
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies {
1414
testImplementation(libs.kotest.assertions.core)
1515
testImplementation(libs.kotest.runner.junit5)
1616

17-
testImplementation("ch.qos.logback:logback-classic:1.5.8")
17+
testImplementation("ch.qos.logback:logback-classic:1.5.12")
1818
testImplementation("org.slf4j:slf4j-api:2.0.16")
1919
}

0 commit comments

Comments
 (0)