mirror of https://github.com/shred/acme4j
Fix build on Java 16
parent
a5c897d1c6
commit
684609faa3
2
pom.xml
2
pom.xml
|
@ -98,7 +98,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.spotbugs</groupId>
|
<groupId>com.github.spotbugs</groupId>
|
||||||
<artifactId>spotbugs-maven-plugin</artifactId>
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
||||||
<version>4.0.0</version>
|
<version>4.2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludeFilterFile>src/config/spotbugs-exclude.xml</excludeFilterFile>
|
<excludeFilterFile>src/config/spotbugs-exclude.xml</excludeFilterFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue