From e22e196b844b03995463e2aff8dba569c05d4da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:25:44 +0000 Subject: [PATCH] deps: bump com.github.spotbugs from 6.5.0 to 6.5.1 Bumps com.github.spotbugs from 6.5.0 to 6.5.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.1 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 15fa5d8..66de2b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { checkstyle pmd id("com.diffplug.spotless") version "8.4.0" - id("com.github.spotbugs") version "6.5.0" + id("com.github.spotbugs") version "6.5.1" } allprojects {