From 4cbb5570a0c323767cf27de6fe6d5e83ae3fe49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:46:13 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.18 to 6.0.19 Bumps com.github.spotbugs from 6.0.18 to 6.0.19. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0d6533c5..dfdf50c6 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.18" + id("com.github.spotbugs") version "6.0.19" id("codenarc") id("buildlogic.reproducible-archives") }