bump compiler tooling (#1339)

Signed-off-by: Jan N. Klug <github@klug.nrw>
pull/1340/head
J-N-K 2022-03-12 21:45:37 +01:00 committed by GitHub
parent 9a19a2549f
commit 4727a76106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -239,7 +239,7 @@ Import-Package: \\
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<compilerId>eclipse</compilerId>
<compilerArgs>
@ -253,12 +253,12 @@ Import-Package: \\
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.8.8</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.23.0</version>
<version>3.28.0</version>
</dependency>
</dependencies>
</plugin>