From 50ae899c1c2cd9abca0cc3f9c257e1723dd21368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 16:20:08 +0000 Subject: [PATCH] build(deps)(deps): bump com.github.spotbugs from 6.0.26 to 6.4.8 Bumps com.github.spotbugs from 6.0.26 to 6.4.8. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1918ea..d5b38a7 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'org.springframework.boot' version '3.3.6' id 'io.spring.dependency-management' version '1.1.6' id 'checkstyle' - id 'com.github.spotbugs' version '6.0.26' + id 'com.github.spotbugs' version '6.4.8' id 'com.diffplug.spotless' version '8.1.0' id 'jacoco' }