diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index 16cb624..aa0f5a8 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.6
+Bundle-Version: 1.0.7
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 22983d8..f10646a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
de.funfried.libraries
jsdt-core
- 1.0.6
+ 1.0.7
eclipse-plugin
@@ -102,7 +102,7 @@
com.google.errorprone
error_prone_annotations
- 2.23.0
+ 2.24.1
com.google.guava
@@ -112,7 +112,7 @@
com.google.guava
guava
- 32.1.3-jre
+ 33.0.0-jre
com.google.j2objc
@@ -127,17 +127,17 @@
com.google.protobuf
protobuf-java
- 3.25.1
+ 3.25.2
org.checkerframework
checker-qual
- 3.40.0
+ 3.42.0
com.ibm.icu
icu4j
- 74.1
+ 74.2
org.osgi
@@ -201,7 +201,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.11.0
+ 3.12.1
org.apache.maven.plugins
@@ -236,7 +236,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.6.2
+ 3.6.3
true
all,-missing
@@ -255,7 +255,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.2
+ 3.2.5
com.google.code.maven-replacer-plugin