From 8866c583622b70a0b5a5c939565899cb477c06b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:00:56 +0000 Subject: [PATCH] chore(deps): bump org.openjfx:javafx-fxml from 21 to 21.0.1 Bumps org.openjfx:javafx-fxml from 21 to 21.0.1. --- updated-dependencies: - dependency-name: org.openjfx:javafx-fxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85bd475..f2de27b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation "org.testfx:testfx-junit5:4.0.17" // JavaFX - implementation "org.openjfx:javafx-fxml:21" + implementation "org.openjfx:javafx-fxml:21.0.1" implementation "org.openjfx:javafx-base:21.0.1" implementation "org.openjfx:javafx-controls:21" implementation "org.openjfx:javafx-graphics:21"