diff --git a/build.gradle b/build.gradle index a2b22702202..07873dcde80 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ plugins { id 'application' // Creating application bundles id 'build-dashboard' // Produces a build report id 'checkstyle' // Checkstyle for Java, configured further below - id 'com.github.spotbugs' version '6.0.23' // Spotbugs for Java + id 'com.github.spotbugs' version '6.0.24' // Spotbugs for Java id 'java' // Core java / javac id 'maven-publish' // Publishing to Maven Central id 'pmd' // PMD for Java, configured further below