From 8e1690aeec86761b3152732f904797b6ea05b52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:45:52 +0000 Subject: [PATCH] Bump com.github.spotbugs from 4.7.1 to 6.0.27 Bumps com.github.spotbugs from 4.7.1 to 6.0.27. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- subprojects/plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/plugin/build.gradle b/subprojects/plugin/build.gradle index 7c7a624..570ad7a 100644 --- a/subprojects/plugin/build.gradle +++ b/subprojects/plugin/build.gradle @@ -2,7 +2,7 @@ plugins { id 'javaccPlugin.plugin-conventions' id 'checkstyle' - id 'com.github.spotbugs' version '4.7.1' + id 'com.github.spotbugs' version '6.0.27' id 'jacoco' }