From 43c3ee81b9349367bb40ec28b5cdd993f99e6998 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 06:09:36 +0000 Subject: [PATCH] Bump com.github.spotbugs from 2.0.1 to 4.0.8 Bumps com.github.spotbugs from 2.0.1 to 4.0.8. 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 bd6d67e7e2..5f5697f719 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'application' id 'build-dashboard' id 'checkstyle' - id "com.github.spotbugs" version '2.0.1' + id "com.github.spotbugs" version '4.0.8' id 'java' id 'maven' id 'pmd'