From 209b4927e8abd213546acc429589d8c431b826a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:54:14 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.13 to 6.2.1 Bumps com.github.spotbugs from 6.1.13 to 6.2.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.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 bd22406..d2ec32a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '7.0.4' id 'com.github.ben-manes.versions' version '0.52.0' - id 'com.github.spotbugs' version '6.1.13' + id 'com.github.spotbugs' version '6.2.1' } application {