Skip to content

Commit

Permalink
Update JavaFX dependencies to version 17.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Aug 15, 2023
1 parent 479531e commit 07a43c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

javafx {
version = '17.0.7'
version = '17.0.8'
modules = ['javafx.graphics', 'javafx.controls', 'javafx.fxml', 'javafx.media', 'javafx.web']
}

Expand Down

0 comments on commit 07a43c6

Please sign in to comment.