ARTEMIS-4861 Bump org.codehaus.mojo:findbugs-maven-plugin

Bumps [org.codehaus.mojo:findbugs-maven-plugin](https://github.com/gleclaire/findbugs-maven-plugin) from 2.5.2 to 3.0.5.
- [Commits](https://github.com/gleclaire/findbugs-maven-plugin/commits/findbugs-maven-plugin-3.0.5)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:findbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-27 03:31:59 +00:00 committed by Justin Bertram
parent 0d248032c7
commit 92697d2c56
1 changed files with 2 additions and 2 deletions

View File

@ -1074,7 +1074,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<version>3.0.5</version>
<configuration>
<excludeFilterFile>${user.dir}/etc/findbugs-exclude.xml</excludeFilterFile>
<findbugsXmlOutput>true</findbugsXmlOutput>
@ -1142,7 +1142,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<version>3.0.5</version>
<configuration>
<excludeFilterFile>${user.dir}/etc/findbugs-exclude.xml</excludeFilterFile>
<effort>Max</effort>