Skip to content

Commit

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

Refs: openhab/openhab-core#4167

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Apr 12, 2024
1 parent 4a0054a commit 345e93e
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 @@ -241,7 +241,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 345e93e

Please sign in to comment.