From 3c7404f66ddaf724c4cba295494ad5b26011d79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:54:31 +0000 Subject: [PATCH] Bump org.eclipse.platform:org.eclipse.equinox.common from 3.19.100 to 3.19.200 (#4957) Signed-off-by: dependabot[bot] Signed-off-by: Andriy Redko Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andriy Redko --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7bf516cfd1..0ae62539fc 100644 --- a/build.gradle +++ b/build.gradle @@ -490,7 +490,7 @@ configurations { // for spotless transitive dependency CVE force "org.eclipse.platform:org.eclipse.core.runtime:3.32.0" - force "org.eclipse.platform:org.eclipse.equinox.common:3.19.100" + force "org.eclipse.platform:org.eclipse.equinox.common:3.19.200" // For integrationTest force "org.apache.httpcomponents:httpclient:4.5.14"