Skip to content

Commit

Permalink
add logback classic for CVE-2023-6378 (#849)
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
(cherry picked from commit ae38f97)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent cfe5e69 commit 71be8ba
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 71be8ba

Please sign in to comment.