Update spotbugs-maven-plugin to version 3.1.12.2.

This commit is contained in:
pascalschumacher 2019-08-31 12:06:29 +02:00
parent 24f66b175f
commit 4632ad7c7c
1 changed files with 1 additions and 3 deletions

View File

@ -602,7 +602,7 @@
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
<checkstyle.version>8.23</checkstyle.version>
<spotbugs.plugin.version>3.1.11</spotbugs.plugin.version>
<spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
<japicmp.skip>false</japicmp.skip>
<!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
@ -915,8 +915,6 @@
<properties>
<!-- jacoco does not work with java 13 yet -->
<jacoco.skip>true</jacoco.skip>
<!-- spotbugs does not work on java 13 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 57" -->
<spotbugs.skip>true</spotbugs.skip>
</properties>
</profile>