diff --git a/build.gradle b/build.gradle index 8d289b74a72..69e3d4bb02c 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,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 '5.0.14' // Spotbugs for Java + id "com.github.spotbugs" version '5.1.0' // Spotbugs for Java id 'java' // Core java / javac id 'maven-publish' // Publishing to Maven Central id 'pmd' // PMD for Java, configured further below