From 0e0b4093ba75ceeb7e7d60f63fda38209044e0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:59:49 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.5.1 to 6.5.5 Bumps com.github.spotbugs from 6.5.1 to 6.5.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.5 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 111ea22..27b60cc 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '8.6.0' id 'com.github.ben-manes.versions' version '0.54.0' - id 'com.github.spotbugs' version '6.5.1' + id 'com.github.spotbugs' version '6.5.5' } application {