diff --git a/build.gradle b/build.gradle index 4edabfc7..98c78d7c 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.1' //code check, working on byte code + id 'com.github.spotbugs' version '6.2.2' //code check, working on byte code id 'com.diffplug.spotless' version '7.1.0'//code format id 'jacoco' // java code coverage plugin id "org.sonarqube" version "6.2.0.5505" // sonarqube