Skip to content

Commit e78cbab

Browse files
Update logback dependencies to version 1.5.19 (#1996)
Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 72f9fcf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 80a04af commit e78cbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ repositories {
6464
configurations {
6565
ktlint {
6666
resolutionStrategy {
67-
force "ch.qos.logback:logback-classic:1.5.16"
68-
force "ch.qos.logback:logback-core:1.5.16"
67+
force "ch.qos.logback:logback-classic:1.5.19"
68+
force "ch.qos.logback:logback-core:1.5.19"
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)