We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551bd5 commit aa96e30Copy full SHA for aa96e30
buildSrc/src/main/kotlin/Dependencies.kt
@@ -29,7 +29,7 @@ object LogLibs {
29
30
object Version {
31
32
- const val logback = "1.5.3"
+ const val logback = "1.5.7"
33
}
34
35
const val logback = "ch.qos.logback:logback-classic:${Version.logback}"
0 commit comments