From 640af7926ac56a69f198c726200baff65ab947ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:38:34 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.5 to 6.4.8 Bumps com.github.spotbugs from 5.2.5 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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 261cf58..b8bcf9a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'ru.vyarus.java-lib' version '3.0.0' id 'ru.vyarus.github-info' version '2.0.0' id 'ru.vyarus.quality' version '6.1.0' - id 'com.github.spotbugs' version '5.2.5' apply false + id 'com.github.spotbugs' version '6.4.8' apply false id 'net.researchgate.release' version '3.1.0' id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' id 'com.github.ben-manes.versions' version '0.53.0'