From 6cf9297a14e99214895e840a969009b205db91ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 05:24:33 +0000 Subject: [PATCH] Bump findsecbugs-plugin from 1.9.0 to 1.11.0 Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/find-sec-bugs/find-sec-bugs/releases) - [Changelog](https://github.com/find-sec-bugs/find-sec-bugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/find-sec-bugs/find-sec-bugs/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index af3043e92..e81320119 100644 --- a/build.gradle +++ b/build.gradle @@ -444,7 +444,7 @@ dependencies { testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.+' coverage 'org.jacoco:org.jacoco.agent:0.7.9:runtime@jar' coverage 'org.jacoco:org.jacoco.cli:0.8.1:nodeps@jar' - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' } def setJavadocOptions = { options, toProject ->