Skip to content

Commit

Permalink
Merge pull request #47 from benedekh/dependabot/gradle/ch.qos.logback…
Browse files Browse the repository at this point in the history
…-logback-classic-1.5.15

Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15
  • Loading branch information
benedekh authored Jan 4, 2025
2 parents 5d4d9d6 + a6cc754 commit 7276c58
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 @@ -34,7 +34,7 @@ dependencies {

implementation("io.ktor:ktor-client-logging:$ktorVersion")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-classic:1.5.15")

testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
Expand Down

0 comments on commit 7276c58

Please sign in to comment.