Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8f41713 commit 1c3acda
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 @@ -104,7 +104,7 @@ object LogLibs {
object Version {

const val slf4j = "1.7.36"
const val logback = "1.2.11"
const val logback = "1.5.3"
const val log4j2 = "2.19.0"
}

Expand Down

0 comments on commit 1c3acda

Please sign in to comment.