Skip to content

Commit 91d24aa

Browse files
authored
Update pom.xml
try with 17.0.2 javafx (not recommended to mix with java 11 target)
1 parent 999ae3a commit 91d24aa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,34 @@
5050
<dependency>
5151
<groupId>org.openjfx</groupId>
5252
<artifactId>javafx-controls</artifactId>
53-
<version>11.0.2</version>
53+
<version>17.0.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.openjfx</groupId>
5757
<artifactId>javafx-fxml</artifactId>
58-
<version>11.0.2</version>
58+
<version>17.0.2</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.openjfx</groupId>
6262
<artifactId>javafx-swing</artifactId>
63-
<version>11</version>
63+
<version>17.0.2</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.openjfx</groupId>
6767
<artifactId>javafx-graphics</artifactId>
68-
<version>11.0.2</version>
68+
<version>17.0.2</version>
6969
<classifier>win</classifier>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.openjfx</groupId>
7373
<artifactId>javafx-graphics</artifactId>
74-
<version>11.0.2</version>
74+
<version>17.0.2</version>
7575
<classifier>linux</classifier>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.openjfx</groupId>
7979
<artifactId>javafx-graphics</artifactId>
80-
<version>11.0.2</version>
80+
<version>17.0.2</version>
8181
<classifier>mac</classifier>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)