From 44e9b8eb8f36fbc368fe70868a1a5d119ce6d274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:13:38 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.2.1 to 6.3.0 Bumps com.github.spotbugs from 6.2.1 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 43835f7..2fc11c5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'application' - id "com.github.spotbugs" version "6.2.1" + id "com.github.spotbugs" version "6.3.0" id 'pmd' id 'checkstyle' id "net.davidecavestro.gradle.jxr" version "0.2.1"