From c6fc6b14ddb784eed9ed2dfffc74514148032389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:02:04 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.6 to 6.0.7 (#3006) Bumps com.github.spotbugs from 6.0.6 to 6.0.7. --- 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 1a659a2a..8a72fafd 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.ajoberstar.grgit' version '5.2.1' id 'io.spring.nohttp' version '0.0.11' id 'io.spring.dependency-management' version '1.1.4' apply false - id 'com.github.spotbugs' version '6.0.6' + id 'com.github.spotbugs' version '6.0.7' } apply plugin: 'io.spring.nohttp'