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 f3180a5 commit 050f428Copy full SHA for 050f428
gradle/plugins/common/src/main/kotlin/junitbuild.checkstyle-nohttp.gradle.kts
@@ -16,6 +16,10 @@ configurations.checkstyle {
16
if (requested.group == "ch.qos.logback") {
17
useVersion(requiredVersionFromLibs("logback"))
18
}
19
+ // Workaround for CVE-2025-48734
20
+ if (requested.group == "commons-beanutils") {
21
+ useVersion("1.11.0")
22
+ }
23
24
25
0 commit comments