From 70b620795a97449bd66ac9c77e2214a246468352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:57:59 +0000 Subject: [PATCH] deps: bump com.github.spotbugs from 6.2.0 to 6.2.1 Bumps com.github.spotbugs from 6.2.0 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-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 1ae8423..85d613c 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.0" + id "com.github.spotbugs" version "6.2.1" id 'com.gradleup.shadow' version '8.3.7' id 'java' }