From bd4b9586ade0dd246ded5a1bfe7087e987da8a99 Mon Sep 17 00:00:00 2001 From: Dependency Update Bot Date: Tue, 15 Oct 2024 05:24:33 +0000 Subject: [PATCH] Update plugin com.github.spotbugs to v6.0.25 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b2d298..a52f544 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.6' id 'groovy' id 'jacoco' - id "com.github.spotbugs" version '6.0.24' + id "com.github.spotbugs" version '6.0.25' id "com.gorylenko.gradle-git-properties" version "2.4.2" id 'pmd' id "com.diffplug.spotless" version "6.25.0"