Skip to content

Commit 0e9a4b2

Browse files
fix CVE for org.eclipse.core.runtime (#2378) (#2380) (#2384)
Signed-off-by: Mingshi Liu <[email protected]> (cherry picked from commit aa3616d) Co-authored-by: Mingshi Liu <[email protected]> (cherry picked from commit af63e5e) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
1 parent a8456a6 commit 0e9a4b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ buildscript {
3737
dependencies {
3838
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
3939
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5"
40+
configurations.all {
41+
resolutionStrategy {
42+
force("org.eclipse.platform:org.eclipse.core.runtime:3.29.0") // for spotless transitive dependency CVE (for 3.26.100)
43+
}
44+
}
4045
}
4146
}
4247

0 commit comments

Comments
 (0)