Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
build.gradle
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'
}

Upgrades ControlsFX, RichTextFX, Flowless, JavaFX Media, SnakeYAML, and assertj-core

Author DaveJarvis <email>
Date 2025-08-20 10:33:43 GMT-0700
Commit d1ece46a20144e9ec8517de528edeb3183ce2915
Parent 427f8c5
Delta 9 lines added, 9 lines removed