From 3a41f790aeadb72e611f9c6c6957a18e002d5f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:26:16 +0000 Subject: [PATCH] chore(deps): Bump com.github.spotbugs from 6.0.7 to 6.5.5 Bumps com.github.spotbugs from 6.0.7 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-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 6d3a034..371ddd8 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'org.springframework.boot' version '3.2.0' id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' - id 'com.github.spotbugs' version '6.0.7' + id 'com.github.spotbugs' version '6.5.5' id 'com.diffplug.spotless' version '6.25.0' id 'pl.allegro.tech.build.axion-release' version '1.18.16' }