| | } |
| | dependencies { |
| | - classpath 'org.owasp:dependency-check-gradle:8.4.2' |
| | - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1" |
| | + classpath 'org.owasp:dependency-check-gradle:9.0.1' |
| | + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.4" |
| | } |
| | } |
| | |
| | plugins { |
| | id 'application' |
| | id 'org.openjfx.javafxplugin' version '0.1.0' |
| | id 'com.palantir.git-version' version '3.0.0' |
| | - id "com.github.spotbugs" version "5.2.1" |
| | + id "com.github.spotbugs" version "5.2.4" |
| | } |
| | |
 |
| | def v_flexmark = '0.64.8' |
| | def v_jackson = '2.15.3' |
| | - def v_echosvg = '1.0' |
| | + def v_echosvg = '1.0.1' |
| | def v_picocli = '4.7.5' |
| | |