upgrade to javafx 23.0.2

This commit is contained in:
Craig Raw 2025-01-28 13:20:31 +02:00
parent 3dfd8210a8
commit e8cd56388f

View File

@ -48,7 +48,7 @@ tasks.withType(AbstractArchiveTask) {
}
javafx {
version = headless ? "18" : "23.0.1"
version = headless ? "18" : "23.0.2"
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.swing', 'javafx.graphics' ]
}