From 2c350ce406704537462d33c7a263c9d853bf4e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:16:15 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.13 to 6.4.4 in /service Bumps com.github.spotbugs from 6.1.13 to 6.4.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.4 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..88d91bd3 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.4" id "jacoco" }