Skip to content

Commit

Permalink
Bump maven-compiler-plugin to 3.13.0 (#4168)
Browse files Browse the repository at this point in the history
Avoid ZipException with ejc >3.30.0.

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Apr 4, 2024
1 parent dcfadae commit 3e16027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Import-Package: \\
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<compilerId>eclipse</compilerId>
<compilerArgs>
Expand Down

0 comments on commit 3e16027

Please sign in to comment.