From ca0f4d296a5efd67a0db5e17d72d215af7fda1c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 05:24:08 +0000 Subject: [PATCH] Bump findsecbugs-plugin from 1.9.0 to 1.10.1 Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.9.0 to 1.10.1. - [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/compare/version-1.9.0...version-1.10.1) 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..7649a5f25 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.10.1' } def setJavadocOptions = { options, toProject ->