From 44f37279c096afe17d360579848ddbd12619f68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:23:10 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.13 to 6.4.5 in /service Bumps com.github.spotbugs from 6.1.13 to 6.4.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index 15432009..bc29a772 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -4,7 +4,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.7' id "io.freefair.lombok" version "8.14.2" id "checkstyle" - id "com.github.spotbugs" version "6.1.13" + id "com.github.spotbugs" version "6.4.5" id "jacoco" }