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

Commit 7751b5b

Browse files
committed
updated to java17 dependencies
1 parent 7685c77 commit 7751b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
<dependency>
8989
<groupId>org.openjfx</groupId>
9090
<artifactId>javafx-swing</artifactId>
91-
<version>16</version>
91+
<version>17-ea+16</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.openjfx</groupId>
9595
<artifactId>javafx-web</artifactId>
96-
<version>16</version>
96+
<version>17-ea+16</version>
9797
</dependency>
9898

9999
</dependencies>

0 commit comments

Comments
 (0)