Skip to content

Commit 293e94d

Browse files
committed
infra: update findbugs to spotbugs
1 parent 04c2434 commit 293e94d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
File renamed without changes.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,13 +398,13 @@
398398
</dependencies>
399399
</plugin>
400400
<plugin>
401-
<groupId>org.codehaus.mojo</groupId>
402-
<artifactId>findbugs-maven-plugin</artifactId>
403-
<version>3.0.4</version>
401+
<groupId>com.github.spotbugs</groupId>
402+
<artifactId>spotbugs-maven-plugin</artifactId>
403+
<version>3.1.12.2</version>
404404
<configuration>
405405
<effort>Max</effort>
406406
<threshold>Low</threshold>
407-
<excludeFilterFile>config/findbugs-exclude.xml</excludeFilterFile>
407+
<excludeFilterFile>config/spotbugs-exclude.xml</excludeFilterFile>
408408
</configuration>
409409
<executions>
410410
<execution>
@@ -567,7 +567,7 @@
567567
<skipTests>true</skipTests>
568568
<checkstyle.skip>true</checkstyle.skip>
569569
<pmd.skip>true</pmd.skip>
570-
<findbugs.skip>true</findbugs.skip>
570+
<spotbugs.skip>true</spotbugs.skip>
571571
<xml.skip>true</xml.skip>
572572
<forbiddenapis.skip>true</forbiddenapis.skip>
573573
<cobertura.skip>true</cobertura.skip>

0 commit comments

Comments
 (0)