From 26d35f7cfde7f04bce6343ffb2f2ef1e69149a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:34:14 -0500 Subject: [PATCH] Bump com.github.spotbugs (#130) Bumps the development-dependencies group with 1 update in the / directory: com.github.spotbugs. Updates `com.github.spotbugs` from 6.0.27 to 6.0.28 --- 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 6e69a290..ed8ec9ee 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'base' id 'io.spring.dependency-management' version '1.1.7' id 'io.spring.javaformat' version "${javaFormatVersion}" - id 'com.github.spotbugs' version '6.0.27' + id 'com.github.spotbugs' version '6.0.28' id 'org.ajoberstar.grgit' version '5.2.2' }