From a1a637ed6f9d9b3e0671caafe0b06dabf7ea4080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 04:40:25 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.10 to 6.1.11 Bumps com.github.spotbugs from 6.1.10 to 6.1.11. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.11 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 a5b1a685..1e6a54bd 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' // java support id 'com.diffplug.spotless' version '7.0.3'//code format id 'pmd' // code check, working on source code - id 'com.github.spotbugs' version '6.1.10' // code check, working on byte code + id 'com.github.spotbugs' version '6.1.11' // code check, working on byte code id "org.sonarqube" version "6.1.0.5360" // sonarqube id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)