From 278274c184c23267acea2fc4779886d5488ad7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:00:13 +0000 Subject: [PATCH] dependabot: bump com.github.spotbugs from 6.0.7 to 6.0.26 Bumps com.github.spotbugs from 6.0.7 to 6.0.26. --- 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 9bd72dca..7b90063e 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ buildscript { plugins { id 'java' id 'com.netflix.nebula.ospackage' version "11.6.0" - id 'com.github.spotbugs' version '6.0.7' + id 'com.github.spotbugs' version '6.0.26' id 'jacoco' id 'com.diffplug.spotless' version '6.25.0' id 'checkstyle'