From 9433fa8a7706cd54da7fafc07cd71955a8e13c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:03:47 +0000 Subject: [PATCH] deps: bump com.github.spotbugs from 6.4.2 to 6.5.1 Bumps com.github.spotbugs from 6.4.2 to 6.5.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 251b1b8..8e5ab0c 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import com.github.spotbugs.snom.SpotBugsTask plugins { id 'checkstyle' - id "com.github.spotbugs" version "6.4.2" + id "com.github.spotbugs" version "6.5.1" id 'com.gradleup.shadow' version '9.3.2' id 'java' }