From 204eb4640ead17b2aea476c795c0e367646deefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:54:06 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.5.9 to 6.5.11 Bumps com.github.spotbugs from 6.5.9 to 6.5.11. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.11 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 14ccd4d..2497cca 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '8.10.1' id 'com.github.ben-manes.versions' version '0.58.0' - id 'com.github.spotbugs' version '6.5.9' + id 'com.github.spotbugs' version '6.5.11' id 'com.gradleup.shadow' version '9.6.1' }