From 4f589f0643ddcc823f29ce266080c35ae5c842bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:53:54 +0000 Subject: [PATCH] Bump com.github.spotbugs in the development-dependencies group Bumps the development-dependencies group with 1 update: 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9de0d05c3..917caee77 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id 'org.ajoberstar.grgit' version '5.3.0' id 'io.spring.nohttp' version '0.0.11' id 'io.spring.dependency-management' version '1.1.7' apply false - id 'com.github.spotbugs' version '6.0.27' + id 'com.github.spotbugs' version '6.0.28' id 'io.freefair.aggregate-javadoc' version '8.10.2' }