From a5c44496aa027a7ddb7cc8dd3541330f7566cc22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:38:30 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.25 to 6.0.26 in the gradle group Bumps the gradle group with 1 update: com.github.spotbugs. Updates `com.github.spotbugs` from 6.0.25 to 6.0.26 --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 447186c..b212d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ plugins { id "signing" id "checkstyle" id "jacoco" - id "com.github.spotbugs" version "6.0.25" + id "com.github.spotbugs" version "6.0.26" } ext {