build.gradle: update JavaFX to 21.0.1

This commit is contained in:
Sean Gilligan 2023-10-18 16:05:23 -07:00 committed by Andreas Schildbach
parent dfe8d3866c
commit 712d8aac10

View file

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