From 82f8f8ffc98f18455294354fd2e3d70558bc546f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:42:57 +0000 Subject: [PATCH] chore(deps): 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 eaa10947..42524996 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { // community plugins id 'com.diffplug.spotless' version '8.6.0' id 'net.ltgt.errorprone' version '5.1.0' - id 'com.github.spotbugs' version '6.5.5' + id 'com.github.spotbugs' version '6.5.6' id 'org.ajoberstar.grgit' version '5.3.3' id 'com.github.ksoichiro.console.reporter' version '0.6.3' id 'se.bjurr.violations.violations-gradle-plugin' version '4.1.2'