From 3b3f04deb99274f3a7b2fa97c81c4eaa98648efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:08:38 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.4.2 to 6.4.4 Bumps com.github.spotbugs from 6.4.2 to 6.4.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 913e136..9fd2467 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.53.0' - id 'com.github.spotbugs' version '6.4.2' + id 'com.github.spotbugs' version '6.4.4' } application {