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

Commit 151d8e6

Browse files
Update dependency ch.qos.logback:logback-classic to v1.4.14 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aec0661 commit 151d8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.4.13")
20+
testImplementation("ch.qos.logback:logback-classic:1.4.14")
2121
testImplementation("org.slf4j:slf4j-api:2.0.9")
2222
}

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

Lines changed: 1 addition & 1 deletion
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.4.13")
17+
testImplementation("ch.qos.logback:logback-classic:1.4.14")
1818
testImplementation("org.slf4j:slf4j-api:2.0.9")
1919
}

0 commit comments

Comments
 (0)