Skip to content
Snippets Groups Projects
Unverified Commit 95e48d23 authored by Eik Hvattum Røgeberg's avatar Eik Hvattum Røgeberg :game_die:
Browse files

Bump javafx to 17.0.8

Version 17.0.2 doesn't work well on MacOS with ARM processor
parent 017d3d9b
Branches
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId> <artifactId>javafx-fxml</artifactId>
<version>17.0.2</version> <version>17.0.8</version>
</dependency> </dependency>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId> <artifactId>javafx-fxml</artifactId>
<version>17.0.2</version> <version>17.0.8</version>
</dependency> </dependency>
<!-- <!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment