build.gradle: update JavaFX to 17.0.6

This commit is contained in:
Sean Gilligan 2023-03-05 09:37:56 -08:00 committed by Andreas Schildbach
parent 558f6df127
commit 86733a9414

View File

@ -13,7 +13,7 @@ dependencies {
}
javafx {
version = '17.0.2'
version = '17.0.6'
modules = [ 'javafx.controls', 'javafx.fxml' ]
}