From df7e7dc58d05dbd3af9b04e3a506913bdfa35397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:34:38 +0000 Subject: [PATCH] build(deps): bump com.github.spotbugs from 6.0.19 to 6.0.25 Bumps com.github.spotbugs from 6.0.19 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 5c6062a2..853acd9c 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { // community plugins id 'com.diffplug.spotless' version '6.25.0' id 'net.ltgt.errorprone' version '4.0.1' - id 'com.github.spotbugs' version '6.0.19' + id 'com.github.spotbugs' version '6.0.25' id 'org.ajoberstar.grgit' version '5.2.2' id 'com.github.ksoichiro.console.reporter' version '0.6.3' id 'se.bjurr.violations.violations-gradle-plugin' version '2.1.0'