Skip to content

Commit ff74556

Browse files
committed
Upgrade JavaFX Version
Upgrading to the newest LTS version. The previous version had issues on some Apple Silicon machines.
1 parent c8e267a commit ff74556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
<dependency>
2020
<groupId>org.openjfx</groupId>
2121
<artifactId>javafx-controls</artifactId>
22-
<version>18.0.1</version>
22+
<version>21.0.8</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.openjfx</groupId>
2626
<artifactId>javafx-fxml</artifactId>
27-
<version>18.0.1</version>
27+
<version>21.0.8</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.openjfx</groupId>
3131
<artifactId>javafx-media</artifactId>
32-
<version>18.0.1</version>
32+
<version>21.0.8</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)