From a8c2aa49dd90e4382f3eff5bf8f2e05b431d799d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:20:54 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.8 to 6.5.9 Bumps com.github.spotbugs from 6.5.8 to 6.5.9. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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 26c62de..3640d66 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ import java.util.TimeZone plugins { checkstyle - id("com.github.spotbugs") version "6.5.8" + id("com.github.spotbugs") version "6.5.9" id("com.gradleup.shadow") version "9.5.1" `java-library` java