From 6f7005abd76ff82025a199a96fee336e79192421 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Aug 2026 10:16:45 +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..47e99303 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.10" } apply plugin: "de.fntsoftware.gradle.markdown-to-pdf"