From c3ea23c6d025ce9990414a40d83bf5cdd41ee00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:19:05 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.2.6 to 6.4.2 Bumps com.github.spotbugs from 6.2.6 to 6.4.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 277049e..18f4975 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '8.0.0' id 'com.github.ben-manes.versions' version '0.52.0' - id 'com.github.spotbugs' version '6.2.6' + id 'com.github.spotbugs' version '6.4.2' } application {