From 7db1951bdad44d7090678a148ffbb87a2de3584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:06:32 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.5 to 6.5.10 Bumps com.github.spotbugs from 5.2.5 to 6.5.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.10 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 ae6cb85..399545b 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.5.10' 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.61.0'