Skip to content

Commit

Permalink
spotbugs v4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed May 8, 2020
1 parent 6d13087 commit ae27ee1
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 @@ -68,7 +68,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12.2</version>
<version>4.0.0</version>
<configuration>
<plugins>
<plugin>
Expand Down Expand Up @@ -874,7 +874,7 @@
<version.org.hamcrest>[2.2,2.99)</version.org.hamcrest>
<version.org.junit.jupiter>[5.6.0,5.6.99)</version.org.junit.jupiter>
<version.org.slf4j>[1.7.30,1.7.99)</version.org.slf4j>
<version.com.github.spotbugs>[3.1.12,3.1.99)</version.com.github.spotbugs>
<version.com.github.spotbugs>[4.0.2,4.0.99)</version.com.github.spotbugs>
<!-- qa user properties -->
<checkstyle.maxAllowedViolations>0</checkstyle.maxAllowedViolations>
<jacoco.bundle.class.missedcount>0</jacoco.bundle.class.missedcount>
Expand Down

0 comments on commit ae27ee1

Please sign in to comment.