Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent d5acb9c commit 37ccfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation("io.confluent","kafka-connect-avro-data",confluentVersion)
testImplementation("org.testcontainers", "junit-jupiter")
testImplementation("org.testcontainers:oracle-xe")
testImplementation("ch.qos.logback", "logback-classic", "1.2.11")
testImplementation("ch.qos.logback", "logback-classic", "1.4.1")
testImplementation("ch.qos.logback", "logback-core", "1.2.11")
testImplementation("io.mockk:mockk:1.12.3")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
Expand Down

0 comments on commit 37ccfd9

Please sign in to comment.