From b079a175d0441a424a06c7ce5bc98c49c5835492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:24:13 +0000 Subject: [PATCH] chore(deps): bump org.openjfx:javafx-swing from 22.0.2 to 23.0.1 Bumps org.openjfx:javafx-swing from 22.0.2 to 23.0.1. --- updated-dependencies: - dependency-name: org.openjfx:javafx-swing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 12e3afd..2ac8489 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation "org.openjfx:javafx-base:22.0.2" implementation "org.openjfx:javafx-controls:22.0.2" implementation "org.openjfx:javafx-graphics:22.0.2" - implementation "org.openjfx:javafx-swing:22.0.2" + implementation "org.openjfx:javafx-swing:23.0.1" implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"