From 49493d0988fe10725f686527f46fee1fa4ef6733 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Apr 2026 09:30:54 +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..0588ab4f 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.5.0" } apply plugin: "de.fntsoftware.gradle.markdown-to-pdf"