Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 957130b commit e9e8612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm",
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.2" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.5.14" }
vertx-core = { module = "io.vertx:vertx-core", version.ref = "vertx" }
vertx-junit5 = { module = "io.vertx:vertx-junit5", version.ref = "vertx" }
vertx-kafka = { module = "io.vertx:vertx-kafka-client", version.ref = "vertx" }
Expand Down

0 comments on commit e9e8612

Please sign in to comment.