From df96a7219c8af817cc3caf3af1f3ddbadb31b23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:57:54 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.5.8 to 6.5.9 Bumps com.github.spotbugs from 6.5.8 to 6.5.9. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.9 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 4996686..38394b6 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '8.9.0' id 'com.github.ben-manes.versions' version '0.56.0' - id 'com.github.spotbugs' version '6.5.8' + id 'com.github.spotbugs' version '6.5.9' } application {