| | implementation 'org.fxmisc.flowless:flowless:0.7.4' |
| | implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.3.3' |
| | - implementation 'org.openjfx:javafx-media:26-ea+3' |
| | + implementation 'org.openjfx:javafx-media:26-ea+13' |
| | implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.17.0' |
| | implementation 'com.panemu:tiwulfx-dock:0.5' |
 |
| | testImplementation "org.junit.jupiter:junit-jupiter-params:${v_junit}" |
| | testImplementation 'org.testfx:testfx-junit5:4.0.18' |
| | - testImplementation 'org.assertj:assertj-core:3.27.4' |
| | + testImplementation 'org.assertj:assertj-core:3.27.6' |
| | } |
| | |