From 51fa09cff6c3603a9fdda98d4c146a99ee7f91fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:00:38 +0300 Subject: [PATCH] Bump com.github.spotbugs from 5.1.2 to 5.1.3 (#335) Bumps com.github.spotbugs from 5.1.2 to 5.1.3. --- 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 c02ca8ea..1beb442f 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.1.2" + id("com.github.spotbugs") version "5.1.3" id("codenarc") id("buildlogic.reproducible-archives") }