| | |
| | dependencies { |
| | - def v_junit = '5.11.4' |
| | + def v_junit = '5.13.4' |
| | def v_flexmark = '0.64.8' |
| | - def v_jackson = '2.17.3' |
| | + def v_jackson = '2.19.2' |
| | def v_echosvg = '2.2' |
| | - def v_picocli = '4.7.6' |
| | + def v_picocli = '4.7.7' |
| | |
| | // JavaFX |
| | - implementation 'org.controlsfx:controlsfx:11.2.1' |
| | - implementation 'org.fxmisc.richtext:richtextfx:0.11.4' |
| | - implementation 'org.fxmisc.flowless:flowless:0.7.3' |
| | + implementation 'org.controlsfx:controlsfx:11.2.2' |
| | + implementation 'org.fxmisc.richtext:richtextfx:0.11.5' |
| | + implementation 'org.fxmisc.flowless:flowless:0.7.4' |
| | implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.3.3' |
| | - implementation 'org.openjfx:javafx-media:24-ea+19' |
| | + implementation 'org.openjfx:javafx-media:26-ea+3' |
| | implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.17.0' |
| | implementation 'com.panemu:tiwulfx-dock:0.5' |
 |
| | |
| | // YAML |
| | - implementation 'org.yaml:snakeyaml:2.3' |
| | + implementation 'org.yaml:snakeyaml:2.4' |
| | implementation "com.fasterxml.jackson.core:jackson-core:${v_jackson}" |
| | implementation "com.fasterxml.jackson.core:jackson-databind:${v_jackson}" |
 |
| | testImplementation "org.junit.jupiter:junit-jupiter-params:${v_junit}" |
| | testImplementation 'org.testfx:testfx-junit5:4.0.18' |
| | - testImplementation 'org.assertj:assertj-core:3.26.3' |
| | + testImplementation 'org.assertj:assertj-core:3.27.4' |
| | testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' |
| | } |