From 34324bfb165e14334eaed95c96a2d5ff3424fe54 Mon Sep 17 00:00:00 2001 From: Rithin Pullela Date: Thu, 2 Jan 2025 07:26:54 -0800 Subject: [PATCH] Force version 3.29.0 of org.eclipse.core.runtime to mitigate CVE vulnerabilities (#3313) Signed-off-by: rithin-pullela-aws (cherry picked from commit 7af78b059666a198711a84f083dc48c1745fcc8d) --- plugin/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/build.gradle b/plugin/build.gradle index b704966ebd..5ded48afd4 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -351,6 +351,7 @@ configurations.all { resolutionStrategy.force 'commons-codec:commons-codec:1.15' resolutionStrategy.force 'org.slf4j:slf4j-api:1.7.36' resolutionStrategy.force 'org.codehaus.plexus:plexus-utils:3.3.0' + resolutionStrategy.force 'org.eclipse.platform:org.eclipse.core.runtime:3.29.0' exclude group: "org.jetbrains", module: "annotations" resolutionStrategy.force "org.opensearch.client:opensearch-rest-client:${opensearch_version}" resolutionStrategy.force "org.apache.httpcomponents.core5:httpcore5:5.3.1"