Skip to content

Commit

Permalink
test: bump up findsecbugs-plugin to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jan 6, 2022
1 parent dd3e347 commit d939959
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public class Foo {
given:
buildFile << """
dependencies{
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
}"""
when:
BuildResult result =
Expand All @@ -519,7 +519,7 @@ spotbugs {
ignoreFailures = true
}
dependencies {
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
}"""
File testDir = rootDir.toPath().resolve(Paths.get("src", "test", "java")).toFile()
Expand Down

0 comments on commit d939959

Please sign in to comment.