From 3a19c0e16a36e86b2d3b0ec8ef4d17c1ca1fe43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:44:16 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.9 to 6.5.10 Bumps com.github.spotbugs from 6.5.9 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-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 0dca3c12..f5dc0cbd 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { // community plugins id 'com.diffplug.spotless' version '8.8.0' id 'net.ltgt.errorprone' version '5.1.0' - id 'com.github.spotbugs' version '6.5.9' + id 'com.github.spotbugs' version '6.5.10' 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'