From dd5716aac1e5caa273f121357ce6f6c4f347b337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:14:22 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.5 to 6.5.0 Bumps com.github.spotbugs from 5.2.5 to 6.5.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.0 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..5be8d90 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.0' 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'