From e624109527356e0499d2c56b72ae113a5647835d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:24:05 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.1 to 5.2.3 Bumps com.github.spotbugs from 5.2.1 to 5.2.3. --- 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 3302855d..19638285 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.49.0" id("ru.vyarus.animalsniffer") version "1.7.1" - id("com.github.spotbugs") version "5.2.1" + id("com.github.spotbugs") version "5.2.3" id("codenarc") id("buildlogic.reproducible-archives") }