diff --git a/build.gradle b/build.gradle index 108be993871..835daa07157 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,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.5.4' // Spotbugs for Java + id 'com.github.spotbugs' version '6.5.5' // Spotbugs for Java id 'maven-publish' // Publishing to Maven Central id 'pmd' // PMD for Java, configured further below id 'idea' // For IntelliJ IDEA users