From 9c6f7f805783297ef43beb39ba8ff01ba5b179f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:37:05 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.12 to 6.0.24 Bumps com.github.spotbugs from 6.0.12 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a62b9b1..145c9af 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "com.jfrog.bintray" version "1.8.5" id "java" id "checkstyle" - id "com.github.spotbugs" version "6.0.12" + id "com.github.spotbugs" version "6.0.24" id "org.sonarqube" version "4.0.0.2929" id "maven-publish"