Skip to content

Commit 4c9551a

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.11
1 parent 1551bd5 commit 4c9551a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object LogLibs {
2929

3030
object Version {
3131

32-
const val logback = "1.5.3"
32+
const val logback = "1.5.11"
3333
}
3434

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

0 commit comments

Comments
 (0)