Skip to content

Commit

Permalink
chore(deps): bump javafx-base from 17.0.2 to 18 (#145)
Browse files Browse the repository at this point in the history
* chore(deps): bump javafx-base from 17.0.2 to 18

Bumps javafx-base from 17.0.2 to 18.

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump javafx

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jiro4989 <[email protected]>
  • Loading branch information
dependabot[bot] and jiro4989 committed Mar 15, 2022
1 parent 9c0b6ef commit ca49ffe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ dependencies {
testImplementation "org.testfx:testfx-junit5:4.0.16-alpha"

// JavaFX
implementation "org.openjfx:javafx-fxml:17.0.2"
implementation "org.openjfx:javafx-base:17.0.2"
implementation "org.openjfx:javafx-controls:17.0.2"
implementation "org.openjfx:javafx-graphics:17.0.2"
implementation "org.openjfx:javafx-swing:17.0.2"
implementation "org.openjfx:javafx-fxml:18"
implementation "org.openjfx:javafx-base:18"
implementation "org.openjfx:javafx-controls:18"
implementation "org.openjfx:javafx-graphics:18"
implementation "org.openjfx:javafx-swing:18"

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

0 comments on commit ca49ffe

Please sign in to comment.