From b826123f11c260a9855f4979ab18a12a99dd6a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:45:11 +0000 Subject: [PATCH] Bump org.openjfx:javafx-fxml from 11.0.1 to 22.0.1 Bumps org.openjfx:javafx-fxml from 11.0.1 to 22.0.1. --- updated-dependencies: - dependency-name: org.openjfx:javafx-fxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c1b2769c..f5565bfb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation(kotlin("reflect")) implementation(kotlin("scripting-common")) implementation("org.openjfx:javafx-controls:21.0.2") - implementation("org.openjfx:javafx-fxml:11.0.1") + implementation("org.openjfx:javafx-fxml:22.0.1") implementation("org.openjfx:javafx-swing:21.0.2") implementation("com.zaxxer:HikariCP:5.1.0") implementation("org.mockito:mockito-core:5.11.0")