From 39ae6d9e255c3c4b387988a3e483525dcfc79799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:11:09 +0000 Subject: [PATCH] Update plugin com.github.spotbugs to v6.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9c13506..81b2738 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'me.champeau.jmh' version '0.7.2' apply false id 'com.github.ben-manes.versions' version '0.51.0' apply false id 'org.owasp.dependencycheck' version '10.0.4' apply false - id "com.github.spotbugs" version "6.0.23" apply false + id "com.github.spotbugs" version "6.1.0" apply false id 'io.morethan.jmhreport' version '0.9.6' apply false }