diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 5fd623d..16cb624 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.5 +Bundle-Version: 1.0.6 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 d48ec6c..22983d8 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ de.funfried.libraries jsdt-core - 1.0.5 + 1.0.6 eclipse-plugin @@ -72,7 +72,7 @@ true - http://download.eclipse.org/releases/2023-09 + http://download.eclipse.org/releases/2024-03 false @@ -84,7 +84,7 @@ UTF-8 UTF-8 UTF-8 - 4.0.0 + 4.0.4 @@ -102,17 +102,17 @@ com.google.errorprone error_prone_annotations - 2.20.0 + 2.23.0 com.google.guava failureaccess - 1.0.1 + 1.0.2 com.google.guava guava - 32.1.2-jre + 32.1.3-jre com.google.j2objc @@ -122,22 +122,22 @@ com.google.javascript closure-compiler-unshaded - v20230502 + v20231112 com.google.protobuf protobuf-java - 3.24.0 + 3.25.1 org.checkerframework checker-qual - 3.36.0 + 3.40.0 com.ibm.icu icu4j - 73.2 + 74.1 org.osgi @@ -196,7 +196,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins @@ -206,7 +206,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.6.1 org.apache.maven.plugins @@ -216,7 +216,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 org.apache.maven.plugins @@ -236,7 +236,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 true all,-missing @@ -255,7 +255,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 com.google.code.maven-replacer-plugin @@ -265,7 +265,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.0 + 2.16.2 org.sonatype.plugins