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]>
  • Loading branch information
jowg-amazon authored Feb 6, 2024
1 parent f26f7dc commit ae38f97
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 @@ -68,7 +68,12 @@ allprojects {
}

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 ae38f97

Please sign in to comment.