Skip to content

Commit

Permalink
bump up SpotBugs to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Nov 30, 2020
1 parent 370d52d commit e52606b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Findbugs Plugin version|Embedded SpotBugs/Findbugs version|Embedded Findsecbugs
3.11.0 | 3.1.12 (SpotBugs) | 1.8.0 | 7.4.3sb | 1.8|7.6~|5.10.1.16922
4.0.0 | 4.0.0 (SpotBugs) | 1.10.1 | 7.4.7 (sb-contrib) | 1.8|7.6~|5.10.1.16922
4.0.1 | 4.1.2 (SpotBugs) | 1.10.1 | 7.4.7 (sb-contrib) | 1.8|7.6~|5.10.1.16922
4.0.2 | 4.1.4 (SpotBugs) | 1.10.1 | 7.4.7 (sb-contrib) | 1.8|7.6~|5.10.1.16922
4.0.3-SNAPSHOT | 4.1.4 (SpotBugs) | 1.11.0 | 7.4.7 (sb-contrib) | 1.8|7.6~|5.10.1.16922
4.0.2 | 4.2.0 (SpotBugs) | 1.11.0 | 7.4.7 (sb-contrib) | 1.8|7.6~|5.10.1.16922
4.0.3-SNAPSHOT | 4.2.0 (SpotBugs) | 1.11.0 | 7.4.7 (sb-contrib) | 1.8|7.6~|5.10.1.16922
4 changes: 2 additions & 2 deletions generate_profiles/BuildXmlFiles.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import FsbClassifier;
import static FsbClassifier.*;
@Grapes([

@Grab(group='com.github.spotbugs', module='spotbugs', version='4.1.4'),
@Grab(group='com.github.spotbugs', module='spotbugs', version='4.2.0'),
@Grab(group='com.mebigfatguy.sb-contrib', module='sb-contrib', version='7.4.7'),
@Grab(group='com.h3xstream.findsecbugs' , module='findsecbugs-plugin', version='1.11.0')]
)


FB = new Plugin(groupId: 'com.github.spotbugs', artifactId: 'spotbugs', version: '4.1.4')
FB = new Plugin(groupId: 'com.github.spotbugs', artifactId: 'spotbugs', version: '4.2.0')
CONTRIB = new Plugin(groupId: 'com.mebigfatguy.sb-contrib', artifactId: 'sb-contrib', version: '7.4.7')
FSB = new Plugin(groupId: 'com.h3xstream.findsecbugs', artifactId: 'findsecbugs-plugin', version: '1.11.0')

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</scm>

<properties>
<spotbugs.version>4.1.4</spotbugs.version>
<spotbugs.version>4.2.0</spotbugs.version>
<jdk.min.version>1.8</jdk.min.version>
<surefire.version>3.0.0-M5</surefire.version>
<sonar.version>7.9</sonar.version>
Expand Down

0 comments on commit e52606b

Please sign in to comment.