| | } |
| | dependencies { |
| | - classpath 'org.owasp:dependency-check-gradle:9.0.1' |
| | - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.4" |
| | + classpath 'org.owasp:dependency-check-gradle:10.0.3' |
| | + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19" |
| | } |
| | } |
| | |
| | plugins { |
| | id 'application' |
| | id 'org.openjfx.javafxplugin' version '0.1.0' |
| | - id 'com.palantir.git-version' version '3.0.0' |
| | + id 'com.palantir.git-version' version '3.1.0' |
| | id 'com.github.spotbugs' version '6.0.9' |
| | } |
 |
| | |
| | dependencies { |
| | - def v_junit = '5.10.2' |
| | + def v_junit = '5.10.3' |
| | def v_flexmark = '0.64.8' |
| | - def v_jackson = '2.17.0' |
| | + def v_jackson = '2.17.2' |
| | def v_echosvg = '1.0.1' |
| | - def v_picocli = '4.7.5' |
| | + def v_picocli = '4.7.6' |
| | |
| | // JavaFX |
| | implementation 'org.controlsfx:controlsfx:11.2.1' |
| | - implementation 'org.fxmisc.richtext:richtextfx:0.11.2' |
| | - implementation 'org.fxmisc.flowless:flowless:0.7.2' |
| | + implementation 'org.fxmisc.richtext:richtextfx:0.11.3' |
| | + implementation 'org.fxmisc.flowless:flowless:0.7.3' |
| | implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.3.3' |
| | implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.17.0' |
| | - implementation 'com.panemu:tiwulfx-dock:0.2' |
| | + implementation 'com.panemu:tiwulfx-dock:0.3' |
| | |
| | // Markdown |
 |
| | |
| | // HTML parsing and rendering |
| | - implementation 'org.jsoup:jsoup:1.17.1' |
| | - implementation 'org.xhtmlrenderer:flying-saucer-core:9.7.1' |
| | + implementation 'org.jsoup:jsoup:1.18.1' |
| | + implementation 'org.xhtmlrenderer:flying-saucer-core:9.9.0' |
| | |
| | // R |
 |
| | // Misc. |
| | implementation 'org.ahocorasick:ahocorasick:0.6.3' |
| | - implementation 'com.github.albfernandez:juniversalchardet:2.4.0' |
| | - implementation 'jakarta.validation:jakarta.validation-api:3.0.2' |
| | + implementation 'com.github.albfernandez:juniversalchardet:2.5.0' |
| | + implementation 'jakarta.validation:jakarta.validation-api:3.1.0' |
| | implementation 'org.greenrobot:eventbus-java:3.3.1' |
| | |
 |
| | testImplementation "org.junit.jupiter:junit-jupiter-params:${v_junit}" |
| | testImplementation 'org.testfx:testfx-junit5:4.0.18' |
| | - testImplementation 'org.assertj:assertj-core:3.25.3' |
| | + testImplementation 'org.assertj:assertj-core:3.26.3' |
| | testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' |
| | } |