diff --git a/build.gradle.kts b/build.gradle.kts index b495319c7..e71783c58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -156,7 +156,7 @@ configure(subprojects) { if (spotbugs != null) { dependencies { spotbugs("org.slf4j:slf4j-simple") - spotbugs("com.github.spotbugs:spotbugs:3.1.12") + spotbugs("com.github.spotbugs:spotbugs:4.2.3") } } }