Skip to content

Commit

Permalink
Update Find-Security-Bugs plugin to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xstream committed Jun 3, 2021
1 parent 54b1ac7 commit 0e2a021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.6.2'
testImplementation 'org.mockito:mockito-core:2.7.6'
thirdPartyPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7'
thirdPartyPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
thirdPartyPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
fbContribJava6 'com.mebigfatguy.fb-contrib:fb-contrib:6.2.1'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public enum Plugins {

// http://h3xstream.github.io/find-sec-bugs/
// Complete list of versions : https://search.maven.org/artifact/com.h3xstream.findsecbugs/findsecbugs-plugin
findsecbugs_plugin("findsecbugs-plugin-1.10.1.jar", "com.h3xstream.findsecbugs", true,
"findsecbugs-plugin-1.10.0.jar", "findsecbugs-plugin-1.9.0.jar", "findsecbugs-plugin-1.8.0.jar",
findsecbugs_plugin("findsecbugs-plugin-1.11.0.jar","com.h3xstream.findsecbugs", true,
"findsecbugs-plugin-1.10.1.jar", "findsecbugs-plugin-1.10.0.jar", "findsecbugs-plugin-1.9.0.jar", "findsecbugs-plugin-1.8.0.jar",
"findsecbugs-plugin-1.7.1.jar", "findsecbugs-plugin-1.7.0.jar", "findsecbugs-plugin-1.6.0.jar",
"findsecbugs-plugin-1.5.0.jar", "findsecbugs-plugin-1.4.6.jar", "findsecbugs-plugin-1.4.5.jar",
"findsecbugs-plugin-1.4.4.jar", "findsecbugs-plugin-1.4.3.jar", "findsecbugs-plugin-1.4.2.jar",
Expand Down

0 comments on commit 0e2a021

Please sign in to comment.