Skip to content

Commit 3cb8481

Browse files
Force version 3.29.0 of org.eclipse.core.runtime to mitigate CVE vulnerabilities (opensearch-project#3313) (opensearch-project#3388)
Signed-off-by: rithin-pullela-aws <rithinp@amazon.com> (cherry picked from commit 7af78b0)
1 parent 178cb41 commit 3cb8481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ configurations.all {
351351
resolutionStrategy.force 'commons-codec:commons-codec:1.15'
352352
resolutionStrategy.force 'org.slf4j:slf4j-api:1.7.36'
353353
resolutionStrategy.force 'org.codehaus.plexus:plexus-utils:3.3.0'
354+
resolutionStrategy.force 'org.eclipse.platform:org.eclipse.core.runtime:3.29.0'
354355
exclude group: "org.jetbrains", module: "annotations"
355356
resolutionStrategy.force "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
356357
resolutionStrategy.force "org.apache.httpcomponents.core5:httpcore5:5.3.1"

0 commit comments

Comments
 (0)