Skip to content

Commit 7f46869

Browse files
Bump maven-compiler-plugin to 3.13.0 (openhab#16609)
Avoid ZipException with ejc >3.30.0. Signed-off-by: Holger Friedrich <[email protected]>
1 parent 8687fec commit 7f46869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Import-Package: \\
301301
<plugin>
302302
<groupId>org.apache.maven.plugins</groupId>
303303
<artifactId>maven-compiler-plugin</artifactId>
304-
<version>3.11.0</version>
304+
<version>3.13.0</version>
305305
<configuration>
306306
<compilerId>eclipse</compilerId>
307307
<compilerArgs>

0 commit comments

Comments
 (0)