Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 1551bd5 commit 8dbd8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object LogLibs {

object Version {

const val logback = "1.5.3"
const val logback = "1.5.12"
}

const val logback = "ch.qos.logback:logback-classic:${Version.logback}"
Expand Down

0 comments on commit 8dbd8af

Please sign in to comment.