Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent e6f492d commit 2aa36d8
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 @@ -82,7 +82,7 @@ dependencies {
// JavaFX
implementation "org.openjfx:javafx-fxml:21.0.2"
implementation "org.openjfx:javafx-base:21.0.2"
implementation "org.openjfx:javafx-controls:21.0.2"
implementation "org.openjfx:javafx-controls:22"
implementation "org.openjfx:javafx-graphics:21.0.2"
implementation "org.openjfx:javafx-swing:21.0.2"

Expand Down

0 comments on commit 2aa36d8

Please sign in to comment.