Skip to content

Commit bc1b309

Browse files
author
Vladimir Kotal
committed
replace Findbugs with Spotbugs
fixes #3331
1 parent e215887 commit bc1b309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
386386
<reporting>
387387
<plugins>
388388
<plugin>
389-
<groupId>org.codehaus.mojo</groupId>
390-
<artifactId>findbugs-maven-plugin</artifactId>
391-
<version>3.0.4</version>
389+
<groupId>com.github.spotbugs</groupId>
390+
<artifactId>spotbugs-maven-plugin</artifactId>
391+
<version>4.1.3</version>
392392
<configuration>
393393
<xmlOutput>true</xmlOutput>
394394
<includeFilterFile>dev/findbugs_filter.xml</includeFilterFile>

0 commit comments

Comments
 (0)