From cbf55af23dbc5e56a63f6038bf39f2526499cd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:49:35 +0900 Subject: [PATCH] chore(deps): bump org.openjfx:javafx-swing from 21.0.2 to 22 (#343) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bf38c1a..4664af0 100644 --- a/build.gradle +++ b/build.gradle @@ -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"