diff --git a/build.gradle b/build.gradle index bc5b85d28..cd37a7b24 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'signing' id 'pmd' // code check, working on source code id 'com.diffplug.spotless' version '7.2.1' //code format - id 'com.github.spotbugs' version '6.2.5' // code check, working on byte code + id 'com.github.spotbugs' version '6.2.6' // code check, working on byte code id 'de.undercouch.download' version '5.6.0' id 'kr.motd.sphinx' version '2.10.1' // documentation generation id 'jacoco' // java code coverage plugin