diff --git a/build.gradle b/build.gradle index 69d14005..9c5c00d4 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { plugins { // Versions 1.6.10 thru 2.0.0 depend on a beta version of slf4j, which we don't resolve. // So for now we stay on this version of the plugin. - id 'com.github.spotbugs' version '1.6.9' + id 'com.github.spotbugs' version '4.7.2' id 'com.github.johnrengelman.shadow' version '5.2.0' id 'pl.allegro.tech.build.axion-release' version '1.12.0' }