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:
parent
0d248032c7
commit
92697d2c56
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue