We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a7077 commit 840eea2Copy full SHA for 840eea2
gradle/plugins/common/src/main/kotlin/junitbuild.spotless-conventions.gradle.kts
@@ -58,16 +58,6 @@ spotless {
58
trimTrailingWhitespace()
59
endWithNewline()
60
}
61
- configurations.named { it.startsWith("spotless") }.configureEach {
62
- // Workaround for CVE-2024-12798 and CVE-2024-12801
63
- resolutionStrategy {
64
- eachDependency {
65
- if (requested.group == "ch.qos.logback") {
66
- useVersion(requiredVersionFromLibs("logback"))
67
- }
68
69
70
71
72
73
pluginManager.withPlugin("groovy") {
0 commit comments