Upgrade jdt.annotation to 2.4.100 (#5561)

* Upgrade eclipse.jdt.annotation from 2.2.600 / 2.2.100 to 2.4.100

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-05-12 07:25:10 +02:00
committed by GitHub
parent 711f18f237
commit b8a286166a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.600</version>
<version>2.4.100</version>
</dependency>
<!-- Annotation API -->
+1 -1
View File
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.100</version>
<version>2.4.100</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>