From 93e7d4ffd00bc586ffc89d58f72e018786a33fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:51:08 +0000 Subject: [PATCH] bump com.github.spotbugs from 6.0.26 to 6.1.0 (via #2848) --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5879e0788..52f9c944d 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.7" id("org.owasp.dependencycheck") version "11.1.1" - id("com.github.spotbugs") version "6.0.26" + id("com.github.spotbugs") version "6.1.0" } }