From e34cf453a7ec46e442a5374bc3fe43e6dab18aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:02:28 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.5.5 to 6.5.6 Bumps com.github.spotbugs from 6.5.5 to 6.5.6. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.6 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 c4a7767..7f33277 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 '6.5.5' apply false + id 'com.github.spotbugs' version '6.5.6' 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.54.0'