Bump ecj to 3.36.0 (#4154)

Allow for compiling with Java 21

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
pull/4134/head
Holger Friedrich 2024-03-17 09:25:21 +01:00 committed by GitHub
parent bf11a92f40
commit 9c1c88519b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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>