From 9a423fd1c76b6ddb36bef73f0e3b8065e154ddb0 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 e1f5e225f9..c68f8b86bc 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -347,6 +347,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" }