From bd9c8b51b7be9185bcdf001f99177ca8e0e38810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 04:07:05 -0600 Subject: [PATCH] deps: bump com.github.spotbugs from 6.0.20 to 6.0.21 (#171) Bumps com.github.spotbugs from 6.0.20 to 6.0.21. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ac6d20b..b44f9b5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat plugins { id 'checkstyle' - id "com.github.spotbugs" version "6.0.20" + id "com.github.spotbugs" version "6.0.21" id 'io.github.goooler.shadow' version '8.1.8' id 'java' }