From 2dbb3798b07d1937296c99e905ee50e794a5c923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:27:26 +0000 Subject: [PATCH] deps: bump com.github.spotbugs from 6.4.7 to 6.4.8 Bumps com.github.spotbugs from 6.4.7 to 6.4.8. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.8 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 aba253b..dbd8f52 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat plugins { id 'checkstyle' - id "com.github.spotbugs" version "6.4.7" + id "com.github.spotbugs" version "6.4.8" id 'com.gradleup.shadow' version '9.2.2' id 'java' }