File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments