From 912bbcf7b5e1411c86afc36e62e5478d3260b73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:40:16 +0900 Subject: [PATCH] Bump com.github.spotbugs from 6.0.7 to 6.0.8 (#98) Bumps com.github.spotbugs from 6.0.7 to 6.0.8. --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4bbdb81..5d0f2c9 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "com.jfrog.bintray" version "1.8.5" id "java" id "checkstyle" - id "com.github.spotbugs" version "6.0.7" + id "com.github.spotbugs" version "6.0.8" id "org.sonarqube" version "4.0.0.2929" id "maven-publish"