From ab365987ff5a0541262ee5233bf5b8325d103d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 04:04:03 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.4.4 to 6.4.5 Bumps com.github.spotbugs from 6.4.4 to 6.4.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.5 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 bbbb481..fa72d82 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' // java support id 'com.diffplug.spotless' version '8.0.0'//code format id 'pmd' // code check, working on source code - id 'com.github.spotbugs' version '6.4.4' // code check, working on byte code + id 'com.github.spotbugs' version '6.4.5' // code check, working on byte code id "org.sonarqube" version "7.0.1.6134" // sonarqube id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)