From 476f96733179eda779a4c73804d3617cd7135afe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jun 2026 10:22:32 +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..05c26a8c 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.8" } apply plugin: "de.fntsoftware.gradle.markdown-to-pdf"