From 95e48d23659c5d4920657a4b36486d3ef56f2247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eik=20Hvattum=20R=C3=B8geberg?= <eikhr@stud.ntnu.no> Date: Wed, 11 Sep 2024 11:09:25 +0200 Subject: [PATCH] Bump javafx to 17.0.8 Version 17.0.2 doesn't work well on MacOS with ARM processor --- todolist/fxui/pom.xml | 2 +- todolist/fxutil/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/todolist/fxui/pom.xml b/todolist/fxui/pom.xml index 7db517b..7b9185f 100644 --- a/todolist/fxui/pom.xml +++ b/todolist/fxui/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> - <version>17.0.2</version> + <version>17.0.8</version> </dependency> diff --git a/todolist/fxutil/pom.xml b/todolist/fxutil/pom.xml index 68a3eba..bf1108d 100644 --- a/todolist/fxutil/pom.xml +++ b/todolist/fxutil/pom.xml @@ -16,7 +16,7 @@ <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> - <version>17.0.2</version> + <version>17.0.8</version> </dependency> <!-- -- GitLab