Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 19, 2023
1 parent 869a5db commit 5102c6a
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 @@ -83,7 +83,7 @@ dependencies {
implementation "org.openjfx:javafx-fxml:21"
implementation "org.openjfx:javafx-base:20.0.2"
implementation "org.openjfx:javafx-controls:21"
implementation "org.openjfx:javafx-graphics:20.0.2"
implementation "org.openjfx:javafx-graphics:21"
implementation "org.openjfx:javafx-swing:20.0.2"

implementation platform('org.jetbrains.kotlin:kotlin-bom')
Expand Down

0 comments on commit 5102c6a

Please sign in to comment.