From 0c621618a2b6a6797220903798bff1349fdbe7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:14:24 +0000 Subject: [PATCH] build(deps): bump com.github.spotbugs from 6.1.13 to 6.4.5 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 78819a1..b6841ad 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { signing `maven-publish` id("com.diffplug.spotless") version "8.0.0" - id("com.github.spotbugs") version "6.1.13" + id("com.github.spotbugs") version "6.4.5" id("org.springframework.boot") version "3.4.2" id("io.spring.dependency-management") version "1.1.7" }