Skip to content

Commit

Permalink
update spotbugs to use 3.1.0 release (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Oct 26, 2017
1 parent 34cc69e commit a17cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
plugins {
id 'nebula.netflixoss' version '4.0.0'
id 'me.champeau.gradle.jmh' version '0.3.0'
id "com.github.spotbugs" version "1.5" apply false
id "com.github.spotbugs" version "1.6.0" apply false
}

// Establish version and status
Expand Down

0 comments on commit a17cce2

Please sign in to comment.