Skip to content

Commit

Permalink
force resolve logback deps to mitigate CVE-2023-6378
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
  • Loading branch information
r1walz committed Mar 5, 2024
1 parent 5c77be0 commit 868f615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ dependencies {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling, Bundling.EXTERNAL))
}
}
configurations.ktlint {
resolutionStrategy.force "ch.qos.logback:logback-core:1.2.13"
resolutionStrategy.force "ch.qos.logback:logback-classic:1.2.13"
}
}

repositories {
Expand Down

0 comments on commit 868f615

Please sign in to comment.