Skip to content

Commit

Permalink
Upgrade findbugs-maven-plugin from 3.0.1 to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia committed Nov 13, 2018
1 parent 2966b5c commit 1d8f2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<version>3.0.5</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
Expand Down Expand Up @@ -427,7 +427,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<version>3.0.5</version>
<configuration>
<effort>Max</effort>
<failOnError>false</failOnError>
Expand Down

0 comments on commit 1d8f2f5

Please sign in to comment.