From ae7e2ed3128390bb6d6b2ed877b1edebac937264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:48:19 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.1 to 6.0.2 Bumps com.github.spotbugs from 6.0.1 to 6.0.2. --- 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 19523553..a828c8d5 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.1" + id("com.github.spotbugs") version "6.0.2" id("codenarc") id("buildlogic.reproducible-archives") }