Skip to content

Commit

Permalink
add logback classic for CVE-2023-6378 (#849) (#853)
Browse files Browse the repository at this point in the history
(cherry picked from commit ae38f97)

Signed-off-by: Joanne Wang <[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>
  • Loading branch information
1 parent f5a509b commit d3815aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ configurations.configureEach {
}

configurations {
ktlint
ktlint {
resolutionStrategy {
force "ch.qos.logback:logback-classic:1.3.14"
force "ch.qos.logback:logback-core:1.3.14"
}
}
}

dependencies {
Expand Down

0 comments on commit d3815aa

Please sign in to comment.