From fdb3a3a167f57af55ba8a39bce28b2cab2e0d113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:40:42 +0100 Subject: [PATCH] Bump com.github.spotbugs from 6.0.25 to 6.0.26 (#501) Bumps com.github.spotbugs from 6.0.25 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 85d84658..7ddcc15a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ import java.util.zip.ZipFile plugins { id("org.jenkins-ci.jpi") version "0.51.0" - id("com.github.spotbugs") version "6.0.25" + id("com.github.spotbugs") version "6.0.26" id("codenarc") id("buildlogic.reproducible-archives") }