From e799eed7293f35f889ada805efc2aedb0a9a7a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:08:57 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.4.4 to 6.4.7 in /service Bumps com.github.spotbugs from 6.4.4 to 6.4.7. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 aa3d6eb2..f10222a5 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -3,7 +3,7 @@ plugins { id "io.spring.dependency-management" version "1.1.7" id "java" id "checkstyle" - id "com.github.spotbugs" version "6.4.4" + id "com.github.spotbugs" version "6.4.7" id "io.freefair.lombok" version "9.1.0" id "jacoco" }