From 663b7ada8baf36969c60bcc2b0a49b7775d79ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:22:14 +0000 Subject: [PATCH] bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.2 (via #2218) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 70a2ccb4a..7c732210b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -167,7 +167,7 @@ subprojects { if (spotbugs != null) { dependencies { spotbugs("org.slf4j:slf4j-simple") - spotbugs("com.github.spotbugs:spotbugs:4.7.3") + spotbugs("com.github.spotbugs:spotbugs:4.8.2") } } }