spotbugs updated

pull/4031/head
Nikita Koksharov 3 years ago
parent 5b9a3b65d3
commit 96997813de

@ -369,7 +369,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12.2</version>
<version>4.5.0.0</version>
<executions>
<execution>
<phase>verify</phase>
@ -378,14 +378,6 @@
</goals>
</execution>
</executions>
<dependencies>
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.1.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>

Loading…
Cancel
Save