diff --git a/build.gradle b/build.gradle index 07963b0..1f906bd 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'application' id 'signing' id 'pmd' //code check, working on source code - id "com.github.spotbugs" version "6.2.0" //code check, working on byte code + id "com.github.spotbugs" version "6.2.5" //code check, working on byte code id "com.diffplug.spotless" version "7.0.2" //code format id 'com.github.onslip.gradle-one-jar' version '1.1.0' // pack a self contained jar id 'org.openjfx.javafxplugin' version '0.1.0' // java 11 javafx plugin for gradle