Skip to content

Commit

Permalink
Merge pull request #122 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 19, 2024
2 parents ad35261 + 66a071b commit 5967a2d
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.4.8"
const val logback = "1.5.3"
}

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

0 comments on commit 5967a2d

Please sign in to comment.