From 4000a421193f9e912cfcb25635ffe354404e51b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:53:25 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.0.24 to 6.0.25 Bumps com.github.spotbugs from 6.0.24 to 6.0.25. --- 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 b830b619f..9e537cf8c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java-library" id "org.sonarqube" version "5.1.0.4882" - id 'com.github.spotbugs' version '6.0.24' + id 'com.github.spotbugs' version '6.0.25' id "com.diffplug.spotless" version "6.25.0" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }