From c03243a5d2cdc2494689f07f6cf3e9544a7b92e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:05:39 +0000 Subject: [PATCH] chore(deps): 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 8848451717..a0dbbf456a 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'com.github.sherter.google-java-format' version '0.9' apply false id 'nebula.lint' version '17.8.0' apply false id 'net.ltgt.errorprone' version '3.1.0' apply false - id 'com.github.spotbugs' version '4.8.0' apply false + id 'com.github.spotbugs' version '6.0.18' apply false } description = "Apereo uPortal $version"