Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 3fe2c2a

Browse files
authored
Update pom.xml
Updated JavaFX 17 to latest version
1 parent 50d5708 commit 3fe2c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@
330330
<dependency>
331331
<groupId>org.openjfx</groupId>
332332
<artifactId>javafx-swing</artifactId>
333-
<version>17</version>
333+
<version>17.0.2</version>
334334
</dependency>
335335
<dependency>
336336
<groupId>org.openjfx</groupId>
337337
<artifactId>javafx-web</artifactId>
338-
<version>17</version>
338+
<version>17.0.2</version>
339339
</dependency>
340340
</dependencies>
341341
</profile>

0 commit comments

Comments
 (0)