From 946517de52d8823bbc762c2656bcd9a5e15e6a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 06:36:51 +0000 Subject: [PATCH] Bump com.github.spotbugs in the development-dependencies group (#59) Bumps the development-dependencies group with 1 update: com.github.spotbugs. Updates `com.github.spotbugs` from 6.0.14 to 6.0.15 --- 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 dd3aa803..bde652e3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'base' id 'io.spring.dependency-management' version '1.1.5' id 'io.spring.javaformat' version "${javaFormatVersion}" - id 'com.github.spotbugs' version '6.0.14' + id 'com.github.spotbugs' version '6.0.15' id 'org.ajoberstar.grgit' version '5.2.2' }