Skip to content

Commit

Permalink
chore(deps): bump org.openjfx:javafx-fxml from 21 to 21.0.1
Browse files Browse the repository at this point in the history
Bumps org.openjfx:javafx-fxml from 21 to 21.0.1.

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 8bed2bd commit 8866c58
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 @@ -80,7 +80,7 @@ dependencies {
testImplementation "org.testfx:testfx-junit5:4.0.17"

// JavaFX
implementation "org.openjfx:javafx-fxml:21"
implementation "org.openjfx:javafx-fxml:21.0.1"
implementation "org.openjfx:javafx-base:21.0.1"
implementation "org.openjfx:javafx-controls:21"
implementation "org.openjfx:javafx-graphics:21"
Expand Down

0 comments on commit 8866c58

Please sign in to comment.