Skip to content

Commit

Permalink
fix(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 19, 2024
1 parent 66dde95 commit a916c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies {
api("dev.failgood:failgood:$failgoodVersion")
api(kotlin("test"))
api(kotlin("test-junit5")) // this improves assertEquals output and makes idea show a diff
implementation("ch.qos.logback:logback-classic:1.5.13")
implementation("ch.qos.logback:logback-classic:1.5.14")
}

0 comments on commit a916c95

Please sign in to comment.