diff --git a/build.gradle b/build.gradle index b037b3d9..682266af 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'pmd' //code check, working on source code - id 'com.github.spotbugs' version '6.2.7' //code check, working on byte code + id 'com.github.spotbugs' version '6.3.0' //code check, working on byte code id 'com.diffplug.spotless' version '7.2.1'//code format id 'jacoco' // java code coverage plugin id "org.sonarqube" version "6.3.1.5724" // sonarqube