From 52bcc6ab0a37c49ba65c2aa8fa1c3b14fc3a234f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 06:05:02 +0000 Subject: [PATCH] Bump com.github.spotbugs (#141) Bumps the development-dependencies group with 1 update in the / directory: com.github.spotbugs. Updates `com.github.spotbugs` from 6.1.3 to 6.1.5 --- 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 fe23d4db..a8787ab2 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.1.3' + id 'com.github.spotbugs' version '6.1.5' id 'org.ajoberstar.grgit' version '5.3.0' }