Skip to content

Commit

Permalink
force resolve logback deps to mitigate CVE-2023-6378 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
r1walz authored Mar 5, 2024
1 parent 5c77be0 commit b916868
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 b916868

Please sign in to comment.