From 7af78b059666a198711a84f083dc48c1745fcc8d 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 --- plugin/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/build.gradle b/plugin/build.gradle index 11792abcca..f1d3f07424 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -353,6 +353,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" }