From 9736570ad614a46974446654154fe62396e40d0b Mon Sep 17 00:00:00 2001 From: fbahle Date: Thu, 10 Aug 2023 11:39:50 +0200 Subject: [PATCH] Switched Google Protopuf from 4.0.0-rc2 to 3.24.0 which seems to be a lot newer and has no listed vulnerabilities --- META-INF/MANIFEST.MF | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 701431f..5fd623d 100755 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: Eclipse JSDT core Bundle-SymbolicName: jsdt-core Bundle-Vendor: funfried -Bundle-Version: 1.0.4 +Bundle-Version: 1.0.5 Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)" Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/pom.xml b/pom.xml index 0a3ce30..d48ec6c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ de.funfried.libraries jsdt-core - 1.0.4 + 1.0.5 eclipse-plugin @@ -127,7 +127,7 @@ com.google.protobuf protobuf-java - 4.0.0-rc-2 + 3.24.0 org.checkerframework