From 94c94fe9deddf05a52c1d45665086a13ea46769d Mon Sep 17 00:00:00 2001 From: rithin-pullela-aws Date: Tue, 31 Dec 2024 10:36:29 -0800 Subject: [PATCH] Force version 3.29.0 of org.eclipse.core.runtime to mitigate CVE vulnerabilities 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" }