Skip to content

Commit 01612e5

Browse files
authored
fix commons-beanutils (opensearch-project#3996)
Signed-off-by: Jing Zhang <[email protected]>
1 parent c7936b0 commit 01612e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ml-algorithms/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,12 @@ spotless {
148148
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('.eclipseformat.xml')
149149
}
150150
}
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

Comments
 (0)