build.gradle: update JavaFX to 21.0.4

This commit is contained in:
Andreas Schildbach 2024-08-03 10:06:15 +02:00
parent 73e2663efa
commit 863751de85

View file

@ -16,7 +16,7 @@ dependencies {
}
javafx {
version = '21.0.1'
version = '21.0.4'
modules = [ 'javafx.controls', 'javafx.fxml' ]
}