From f55f0a0d8ba98918adca158fecd700d8503e181d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:12:59 +0000 Subject: [PATCH] build(deps): bump com.github.spotbugs from 6.1.13 to 6.4.3 Bumps com.github.spotbugs from 6.1.13 to 6.4.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.3 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 2515c9b9..996eb07c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { signing `maven-publish` id("com.diffplug.spotless") version "7.2.1" - id("com.github.spotbugs") version "6.1.13" + id("com.github.spotbugs") version "6.4.3" id("org.springframework.boot") version "3.4.2" id("io.spring.dependency-management") version "1.1.7" }