Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 80369f6 commit cbf55af
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 @@ -84,7 +84,7 @@ dependencies {
implementation "org.openjfx:javafx-base:22"
implementation "org.openjfx:javafx-controls:21.0.2"
implementation "org.openjfx:javafx-graphics:21.0.2"
implementation "org.openjfx:javafx-swing:21.0.2"
implementation "org.openjfx:javafx-swing:22"

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

0 comments on commit cbf55af

Please sign in to comment.