From f645e6b847294d9be2824e855c3021b638200ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:32:45 +0000 Subject: [PATCH] deps: bump com.github.spotbugs from 6.2.2 to 6.3.0 Bumps com.github.spotbugs from 6.2.2 to 6.3.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.3.0 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 1fe0d49..99a3aa8 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat plugins { id 'checkstyle' - id "com.github.spotbugs" version "6.2.2" + id "com.github.spotbugs" version "6.3.0" id 'com.gradleup.shadow' version '8.3.8' id 'java' } -- 2.43.0