From d9399598679111346b8b5e2f4ecc9fe087cea525 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 6 Jan 2022 10:00:28 +0800 Subject: [PATCH] test: bump up findsecbugs-plugin to 1.11.0 --- .../com/github/spotbugs/snom/StandardFunctionalTest.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy b/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy index 0dfd0398..1ebd8b4f 100644 --- a/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy +++ b/src/functionalTest/groovy/com/github/spotbugs/snom/StandardFunctionalTest.groovy @@ -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 = @@ -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()