From 40868cb477dee59f22f9a5483d7c98ed502b9c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:05:46 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.1 to 6.0.4 Bumps com.github.spotbugs from 5.2.1 to 6.0.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b3a90fd..ee75003 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 "5.2.1" + id "com.github.spotbugs" version "6.0.4" id "org.sonarqube" version "4.0.0.2929" id "maven-publish"