From dcceb1cb579fbce01f751ee1ee4380b63fb99fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:38:20 -0600 Subject: [PATCH] deps: bump com.github.spotbugs from 6.0.23 to 6.0.24 (#204) Bumps com.github.spotbugs from 6.0.23 to 6.0.24. --- 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 3c1207e..cac8878 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.23" + id "com.github.spotbugs" version "6.0.24" id 'com.gradleup.shadow' version '8.3.2' id 'java' }