From cebbdc8318749b27d9c97f96cc371d9851e42b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:34:15 +0200 Subject: [PATCH] Bump com.github.spotbugs from 6.0.15 to 6.0.18 (#463) Bumps com.github.spotbugs from 6.0.15 to 6.0.18. --- 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 ce11a640..aa36a69e 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.50.0" - id("com.github.spotbugs") version "6.0.15" + id("com.github.spotbugs") version "6.0.18" id("codenarc") id("buildlogic.reproducible-archives") }