Updated spotbugs-maven-plugin to 4.0.0

Jens Pelzetter 2020-06-22 14:51:54 +02:00
parent 9d7df66d47
commit 4829725e78
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
<plugin> <plugin>
<groupId>com.github.spotbugs</groupId> <groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId> <artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.11</version> <version>4.0.0</version>
<configuration> <configuration>
<findbugsXmlOutput>true</findbugsXmlOutput> <findbugsXmlOutput>true</findbugsXmlOutput>
<xmlOutput>true</xmlOutput> <xmlOutput>true</xmlOutput>