From d01f10d1a43ae709a10ccbb570792b06f356a7c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:52:19 +0000 Subject: [PATCH] Deps: Update plugin com.github.spotbugs to v6.0.23 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 74867ed..485f151 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'checkstyle' // SpotBugs plugin for static analysis. - id 'com.github.spotbugs' version '6.0.22' + id 'com.github.spotbugs' version '6.0.23' // Shadow plugin for creating fat JARs. id 'io.github.goooler.shadow' version '8.1.8'