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 01612e5 commit 74a13e8Copy full SHA for 74a13e8
ml-algorithms/build.gradle
@@ -104,7 +104,6 @@ configurations.all {
104
resolutionStrategy.force 'commons-beanutils:commons-beanutils:1.11.0'
105
}
106
107
-
108
jacocoTestReport {
109
reports {
110
xml.getRequired().set(true)
plugin/build.gradle
@@ -690,3 +690,12 @@ forbiddenPatterns {
690
exclude '**/*.pdf'
691
exclude '**/*.jpg'
692
693
+
694
+configurations {
695
+ runtimeClasspath {
696
+ resolutionStrategy {
697
+ // CVE-48734: tribuo-clustering-kmeans:'4.2.1 causes a transitive dependency on beanutils:1.94
698
+ force 'commons-beanutils:commons-beanutils:1.11.0'
699
+ }
700
701
+}
0 commit comments