Skip to content

Commit 2a3bdd9

Browse files
committed
Solve - #44: move to JFX 16
1 parent 1176ad9 commit 2a3bdd9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,86 +60,86 @@
6060
<dependency>
6161
<groupId>org.openjfx</groupId>
6262
<artifactId>javafx-controls</artifactId>
63-
<version>11</version>
63+
<version>16</version>
6464
<classifier>linux</classifier>
6565
<scope>compile</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.openjfx</groupId>
6969
<artifactId>javafx-media</artifactId>
70-
<version>11</version>
70+
<version>16</version>
7171
<classifier>linux</classifier>
7272
<scope>compile</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.openjfx</groupId>
7676
<artifactId>javafx-fxml</artifactId>
77-
<version>11</version>
77+
<version>16</version>
7878
<classifier>linux</classifier>
7979
<scope>compile</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.openjfx</groupId>
8383
<artifactId>javafx-graphics</artifactId>
84-
<version>11</version>
84+
<version>16</version>
8585
<classifier>linux</classifier>
8686
<scope>compile</scope>
8787
</dependency>
8888
<!-- openJFX Windows -->
8989
<dependency>
9090
<groupId>org.openjfx</groupId>
9191
<artifactId>javafx-controls</artifactId>
92-
<version>11</version>
92+
<version>16</version>
9393
<classifier>win</classifier>
9494
<scope>compile</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.openjfx</groupId>
9898
<artifactId>javafx-media</artifactId>
99-
<version>11</version>
99+
<version>16</version>
100100
<classifier>win</classifier>
101101
<scope>compile</scope>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.openjfx</groupId>
105105
<artifactId>javafx-fxml</artifactId>
106-
<version>11</version>
106+
<version>16</version>
107107
<classifier>win</classifier>
108108
<scope>compile</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.openjfx</groupId>
112112
<artifactId>javafx-graphics</artifactId>
113-
<version>11</version>
113+
<version>16</version>
114114
<classifier>win</classifier>
115115
<scope>compile</scope>
116116
</dependency>
117117
<!-- openJFX MAC -->
118118
<dependency>
119119
<groupId>org.openjfx</groupId>
120120
<artifactId>javafx-controls</artifactId>
121-
<version>11</version>
121+
<version>16</version>
122122
<classifier>mac</classifier>
123123
<scope>compile</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.openjfx</groupId>
127127
<artifactId>javafx-media</artifactId>
128-
<version>11</version>
128+
<version>16</version>
129129
<classifier>mac</classifier>
130130
<scope>compile</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.openjfx</groupId>
134134
<artifactId>javafx-fxml</artifactId>
135-
<version>11</version>
135+
<version>16</version>
136136
<classifier>mac</classifier>
137137
<scope>compile</scope>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.openjfx</groupId>
141141
<artifactId>javafx-graphics</artifactId>
142-
<version>11</version>
142+
<version>16</version>
143143
<classifier>mac</classifier>
144144
<scope>compile</scope>
145145
</dependency>

0 commit comments

Comments
 (0)