diff --git a/build.gradle b/build.gradle index c182b32..6fc9c59 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' // java support id 'com.diffplug.spotless' version '7.2.1'//code format id 'pmd' // code check, working on source code - id 'com.github.spotbugs' version '6.2.3' // code check, working on byte code + id 'com.github.spotbugs' version '6.2.4' // code check, working on byte code id "org.sonarqube" version "6.2.0.5505" // sonarqube id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)