Skip to content

Commit f38c5f4

Browse files
cve fix for ktlint (#1802) (#1803)
(cherry picked from commit db138d2) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 40896c3 commit f38c5f4

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
@@ -50,8 +50,8 @@ apply from: 'build-tools/merged-coverage.gradle'
5050
configurations {
5151
ktlint {
5252
resolutionStrategy {
53-
force "ch.qos.logback:logback-classic:1.3.14"
54-
force "ch.qos.logback:logback-core:1.3.14"
53+
force "ch.qos.logback:logback-classic:1.5.16"
54+
force "ch.qos.logback:logback-core:1.5.16"
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)