From 14d28b779823a903bb92a8565e28dda384930292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:35:21 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.4 to 6.0.6 Bumps com.github.spotbugs from 6.0.4 to 6.0.6. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d7d65c7..25fcdcb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' id 'jacoco' - id 'com.github.spotbugs' version '6.0.4' + id 'com.github.spotbugs' version '6.0.6' id 'org.owasp.dependencycheck' version '7.4.4' }