From 7f4fde185fc1470c4a553c6c81974ffa0341efff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 04:53:45 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.26 to 6.0.27 Bumps com.github.spotbugs from 6.0.26 to 6.0.27. --- updated-dependencies: - dependency-name: com.github.spotbugs 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 cf30907a..d9d3bbef 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' // java support id 'com.diffplug.spotless' version '6.25.0'//code format id 'pmd' // code check, working on source code - id 'com.github.spotbugs' version '6.0.26' // code check, working on byte code + id 'com.github.spotbugs' version '6.0.27' // code check, working on byte code id "org.sonarqube" version "6.0.1.5171" // sonarqube id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)