From 81a6d60d301840fb013ed7f4c1e005a9275d8732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:31:03 -0500 Subject: [PATCH] Bump the development-dependencies group with 1 update Bumps the development-dependencies group with 1 update: com.github.spotbugs. Updates `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 dependency-group: development-dependencies ... 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 44e0bcaa..310c5443 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'base' id 'io.spring.dependency-management' version '1.1.4' id 'io.spring.javaformat' version "${javaFormatVersion}" - id 'com.github.spotbugs' version '6.0.7' + id 'com.github.spotbugs' version '6.0.8' id 'org.ajoberstar.grgit' version '5.2.2' }