build.gradle: update JavaFX to 17.0.2

This commit is contained in:
Sean Gilligan 2022-03-04 15:01:13 -08:00 committed by Andreas Schildbach
parent 82d17810fd
commit cca322a01d

View file

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