From a4263d5590155715af728e930ca353d15fe8039b Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Mon, 23 Oct 2023 01:18:41 +0200 Subject: [PATCH] Update `JavaFX` dependencies to version `21.0.1` --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 80572d27..aafaf2ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ JPRO_PLATFORM_VERSION = 0.2.7-SNAPSHOT -JAVAFX_VERSION = 17.0.8 +JAVAFX_VERSION = 21.0.1 JPRO_VERSION = 2023.3.1-SNAPSHOT SIMPLEFX_VERSION = 3.2.25 JMEMORYBUDDY_VERSION = 0.5.1