From 91d4f87db62b9bef94d70ae58dac3ec129a829df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:44:22 +0000 Subject: [PATCH] chore(deps): 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 7797eb0de..337c2ce9b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java-library" id "org.sonarqube" version "6.0.1.5171" - id 'com.github.spotbugs' version '6.0.26' + id 'com.github.spotbugs' version '6.0.27' id "com.diffplug.spotless" version "6.25.0" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }