From 6dcee84074e921208ad14a98f64b6c64384502a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:49:40 +0100 Subject: [PATCH] Bump com.github.spotbugs from 6.0.4 to 6.0.6 (#386) Bumps com.github.spotbugs from 6.0.4 to 6.0.6. --- 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 61f1b6c0..43a3d33a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ import java.util.zip.ZipFile plugins { id("org.jenkins-ci.jpi") version "0.50.0" id("ru.vyarus.animalsniffer") version "1.7.1" - id("com.github.spotbugs") version "6.0.4" + id("com.github.spotbugs") version "6.0.6" id("codenarc") id("buildlogic.reproducible-archives") }