Skip to content

Commit

Permalink
Merge pull request #187 from zero88/renovate/loglibs.version.logback
Browse files Browse the repository at this point in the history
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.3
  • Loading branch information
zero88 authored Mar 22, 2024
2 parents 3faae8d + 7e26c21 commit ee00bb1
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.23.1"
}

Expand Down

0 comments on commit ee00bb1

Please sign in to comment.