From 9537b4ddfd6811c4c1a8de982a0f4f7dac9b799c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:10:01 +0100 Subject: [PATCH] bump com.github.spotbugs from 6.0.20 to 6.0.22 (via #2716) --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 1750c2321..d52d16123 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -59,6 +59,6 @@ pluginManagement { id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("io.spring.dependency-management") version "1.1.6" id("org.owasp.dependencycheck") version "10.0.3" - id("com.github.spotbugs") version "6.0.20" + id("com.github.spotbugs") version "6.0.22" } }