From 5899941e17219cdd7c409e537c228274f629284a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 9 Aug 2024 07:49:06 +0000 Subject: [PATCH] Update plugin com.github.spotbugs to v6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b7f0262..35441335 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { } plugins { - id "com.github.spotbugs" version "4.8.0" + id "com.github.spotbugs" version "6.0.20" } apply plugin: "de.fntsoftware.gradle.markdown-to-pdf"