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 c7936b0 commit 01612e5Copy full SHA for 01612e5
ml-algorithms/build.gradle
@@ -148,3 +148,12 @@ spotless {
148
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('.eclipseformat.xml')
149
}
150
151
+
152
+configurations {
153
+ runtimeClasspath {
154
+ resolutionStrategy {
155
+ // CVE-48734: tribuo-clustering-kmeans:'4.2.1 causes a transitive dependency on beanutils:1.94
156
+ force 'commons-beanutils:commons-beanutils:1.11.0'
157
+ }
158
159
+}
0 commit comments