From 2a9216c0371d0be82c3c9b8b14e0edf3b6db0d59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:29:19 +0000 Subject: [PATCH] Bump com.github.spotbugs from 2.0.1 to 4.6.2 Bumps com.github.spotbugs from 2.0.1 to 4.6.2. 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..f59dcf5326 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.6.2' id 'java' id 'maven' id 'pmd'