From ca49ffe431d3344ac148cd6ece26c4e40c2c6c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:38:43 +0900 Subject: [PATCH] chore(deps): bump javafx-base from 17.0.2 to 18 (#145) * 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] * bump javafx Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jiro4989 --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 3a45ff60..fed1087c 100644 --- a/build.gradle +++ b/build.gradle @@ -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"