Upgrade to spotbugs-maven-plugin 3.1.12

Changelog:

https://github.com/spotbugs/spotbugs/blob/3.1.12/CHANGELOG.md
pull/311/head
Andrew Gaul 2019-08-09 21:12:42 -07:00
rodzic afc75706d2
commit a5e904dc00
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -245,7 +245,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.8</version>
<version>3.1.12</version>
<configuration>
<effort>Max</effort>
<omitVisitors>CrossSiteScripting,DefaultEncodingDetector,FindNullDeref</omitVisitors>
@ -360,7 +360,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>3.1.3</version>
<version>3.1.12</version>
<scope>provided</scope>
</dependency>
<dependency>