Update Spotbugs Maven Plugin to version 4.0.0.

This commit is contained in:
pascalschumacher 2020-03-21 15:23:39 +01:00
parent 1c42dfb057
commit 346f52e2ee
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@
<checkstyle.version>8.29</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
<spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
<japicmp.skip>false</japicmp.skip>
<!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->