From 5993c98fcd756494cdea6dab4058f7d3e0efe789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:54:28 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.6 to 6.5.9 Bumps com.github.spotbugs from 6.5.6 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 8a44165..7504144 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.tickonomics.git-hooks' id 'io.spring.dependency-management' version '1.1.7' apply false id 'org.springframework.boot' version '4.1.0' apply false - id 'com.github.spotbugs' version '6.5.6' apply false + id 'com.github.spotbugs' version '6.5.9' apply false } allprojects {