We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e215887 commit bc1b309Copy full SHA for bc1b309
pom.xml
@@ -386,9 +386,9 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
386
<reporting>
387
<plugins>
388
<plugin>
389
- <groupId>org.codehaus.mojo</groupId>
390
- <artifactId>findbugs-maven-plugin</artifactId>
391
- <version>3.0.4</version>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <version>4.1.3</version>
392
<configuration>
393
<xmlOutput>true</xmlOutput>
394
<includeFilterFile>dev/findbugs_filter.xml</includeFilterFile>
0 commit comments