From 3fa23682f0022dbfc8985cf7f08e80510482ff10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 01:15:22 +0000 Subject: [PATCH] Bump findsecbugs-plugin from 1.11.0 to 1.12.0 Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.11.0 to 1.12.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) --- updated-dependencies: - dependency-name: com.h3xstream.findsecbugs:findsecbugs-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 999e077cd..52063117a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -327,7 +327,7 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-accessibility:$espressoVersion" androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2') - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7' gplayImplementation 'com.google.android.gms:play-services-base:18.0.1'