Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Upgrades to Java 25 LTS, minor library updates

AuthorDaveJarvis <email>
Date2025-10-28 13:01:10 GMT-0700
Commit39bfcd1511f00148fd101cc98b0bca48e265567d
Parentbf40fd9
Delta3 lines added, 3 lines removed
build.gradle
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'
}
java.version
-24.0.2+12
+25.0.1+11