Bump ecj to 3.36.0 (#4154)

Allow for compiling with Java 21

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2024-03-17 09:25:21 +01:00
committed by GitHub
parent bf11a92f40
commit 9c1c88519b
+1 -1
View File
@@ -300,7 +300,7 @@ Import-Package: \\
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.30.0</version>
<version>3.36.0</version>
</dependency>
</dependencies>
</plugin>