|
6 | 6 | <modelVersion>4.0.0</modelVersion>
|
7 | 7 | <groupId>com.github.goxr3plus</groupId>
|
8 | 8 | <artifactId>XR3Player</artifactId>
|
9 |
| - <version>3.129</version> |
| 9 | + <version>3.130</version> |
10 | 10 |
|
11 | 11 |
|
12 | 12 | <name>XR3Player</name>
|
|
17 | 17 | <packaging>jar</packaging>
|
18 | 18 |
|
19 | 19 | <properties>
|
20 |
| - <maven.compiler.source>12</maven.compiler.source> |
21 |
| - <maven.compiler.target>12</maven.compiler.target> |
| 20 | + <maven.compiler.source>11</maven.compiler.source> |
| 21 | + <maven.compiler.target>11</maven.compiler.target> |
22 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
23 | 23 | <ikonli.version>11.3.4</ikonli.version>
|
24 |
| - <javafx.version>12.0.2</javafx.version> |
25 |
| - <junit.jupiter.version>5.4.2</junit.jupiter.version> |
26 |
| - <jave.version>2.6.0</jave.version> |
| 24 | + <javafx.version>17.0.2</javafx.version> |
| 25 | + <junit.jupiter.version>5.8.2</junit.jupiter.version> |
| 26 | + <jave.version>3.2.0</jave.version> |
27 | 27 | </properties>
|
28 | 28 |
|
29 | 29 | <build>
|
|
42 | 42 | <artifactId>maven-compiler-plugin</artifactId>
|
43 | 43 | <version>3.8.1</version>
|
44 | 44 | <configuration>
|
45 |
| - <source>12</source> |
46 |
| - <target>12</target> |
47 |
| - <release>12</release> |
48 |
| - <executable>javac12</executable> |
| 45 | + <source>17</source> |
| 46 | + <target>17</target> |
| 47 | + <release>17</release> |
| 48 | + <executable>javac17</executable> |
49 | 49 | <encoding>UTF-8</encoding>
|
50 | 50 | </configuration>
|
51 | 51 | </plugin>
|
|
106 | 106 | </plugin>
|
107 | 107 |
|
108 | 108 | <!-- Copy Assemply dependency -->
|
109 |
| - <plugin> |
110 |
| - <artifactId>maven-assembly-plugin</artifactId> |
111 |
| - <version>3.1.1</version> |
112 |
| - <configuration> |
113 |
| - <descriptors> |
114 |
| - <descriptor>src/assembly/assembly.xml</descriptor> |
115 |
| - </descriptors> |
116 |
| - <finalName>XR3Player Update ${project.version}</finalName> |
117 |
| - <appendAssemblyId>false</appendAssemblyId> |
118 |
| - </configuration> |
119 |
| - <executions> |
120 |
| - <execution> |
121 |
| - <id>create-archive</id> |
122 |
| - <phase>package</phase> |
123 |
| - <goals> |
124 |
| - <goal>single</goal> |
125 |
| - </goals> |
126 |
| - </execution> |
127 |
| - </executions> |
128 |
| - </plugin> |
| 109 | +<!-- <plugin>--> |
| 110 | +<!-- <artifactId>maven-assembly-plugin</artifactId>--> |
| 111 | +<!-- <version>3.3.0</version>--> |
| 112 | +<!-- <configuration>--> |
| 113 | +<!-- <descriptors>--> |
| 114 | +<!-- <descriptor>src/assembly/assembly.xml</descriptor>--> |
| 115 | +<!-- </descriptors>--> |
| 116 | +<!-- <finalName>XR3Player Update ${project.version}</finalName>--> |
| 117 | +<!-- <appendAssemblyId>false</appendAssemblyId>--> |
| 118 | +<!-- </configuration>--> |
| 119 | +<!-- <executions>--> |
| 120 | +<!-- <execution>--> |
| 121 | +<!-- <id>create-archive</id>--> |
| 122 | +<!-- <phase>package</phase>--> |
| 123 | +<!-- <goals>--> |
| 124 | +<!-- <goal>single</goal>--> |
| 125 | +<!-- </goals>--> |
| 126 | +<!-- </execution>--> |
| 127 | +<!-- </executions>--> |
| 128 | +<!-- </plugin>--> |
129 | 129 |
|
130 | 130 | </plugins>
|
131 | 131 | </build>
|
|
135 | 135 | <id>jitpack.io</id>
|
136 | 136 | <url>https://jitpack.io</url>
|
137 | 137 | </repository>
|
138 |
| - <repository> |
139 |
| - <id>jcenter</id> |
140 |
| - <url>http://jcenter.bintray.com</url> |
141 |
| - </repository> |
142 |
| - <repository> |
143 |
| - <id>com.teamdev</id> |
144 |
| - <url>http://maven.teamdev.com/repository/products</url> |
145 |
| - </repository> |
| 138 | +<!-- <repository>--> |
| 139 | +<!-- <id>jcenter</id>--> |
| 140 | +<!-- <url>http://jcenter.bintray.com</url>--> |
| 141 | +<!-- </repository>--> |
| 142 | +<!-- <repository>--> |
| 143 | +<!-- <id>com.teamdev</id>--> |
| 144 | +<!-- <url>https://maven.teamdev.com/repository/products</url>--> |
| 145 | +<!-- </repository>--> |
146 | 146 | </repositories>
|
147 | 147 |
|
148 | 148 | <!-- Dependencies -->
|
|
168 | 168 |
|
169 | 169 | <dependency>
|
170 | 170 | <groupId>org.openjfx</groupId>
|
171 |
| - <artifactId>javafx-swing</artifactId> |
| 171 | + <artifactId>javafx-swing</artifactId><!----> |
172 | 172 | <version>${javafx.version}</version>
|
173 | 173 | </dependency>
|
174 | 174 |
|
|
218 | 218 | </dependency>
|
219 | 219 |
|
220 | 220 | <!-- CHROMIUM BROWSER -->
|
221 |
| - <dependency> |
222 |
| - <groupId>com.teamdev.jxbrowser</groupId> |
223 |
| - <artifactId>jxbrowser-win64</artifactId> |
224 |
| - <version>6.23.1</version> |
225 |
| - </dependency> |
| 221 | +<!-- <dependency>--> |
| 222 | +<!-- <groupId>com.teamdev.jxbrowser</groupId>--> |
| 223 | +<!-- <artifactId>jxbrowser-win64</artifactId>--> |
| 224 | +<!-- <version>6.23.1</version>--> |
| 225 | +<!-- </dependency>--> |
226 | 226 |
|
227 | 227 | <!-- JAVAFX GRAPHICS LIBRARIES -->
|
228 | 228 | <dependency>
|
229 | 229 | <groupId>org.controlsfx</groupId>
|
230 | 230 | <artifactId>controlsfx</artifactId>
|
231 |
| - <version>11.0.0</version> |
| 231 | + <version>11.1.1</version> |
232 | 232 | </dependency>
|
233 | 233 | <dependency>
|
234 | 234 | <groupId>com.jfoenix</groupId>
|
235 | 235 | <artifactId>jfoenix</artifactId>
|
236 |
| - <version>9.0.9</version> |
| 236 | + <version>9.0.10</version> |
237 | 237 | </dependency>
|
238 | 238 | <dependency>
|
239 | 239 | <groupId>org.fxmisc.richtext</groupId>
|
240 | 240 | <artifactId>richtextfx</artifactId>
|
241 |
| - <version>0.10.1</version> |
| 241 | + <version>0.10.9</version> |
242 | 242 | </dependency>
|
243 | 243 |
|
244 | 244 | <!-- JNative Hook -->
|
|
259 | 259 | <dependency>
|
260 | 260 | <groupId>commons-io</groupId>
|
261 | 261 | <artifactId>commons-io</artifactId>
|
262 |
| - <version>2.7</version> |
| 262 | + <version>2.11.0</version> |
263 | 263 | </dependency>
|
264 | 264 | <dependency>
|
265 | 265 | <groupId>commons-validator</groupId>
|
266 | 266 | <artifactId>commons-validator</artifactId>
|
267 |
| - <version>1.6</version> |
| 267 | + <version>1.7</version> |
268 | 268 | <exclusions>
|
269 | 269 | <exclusion>
|
270 | 270 | <groupId>*</groupId> <!-- Exclude Project-E from Project-B -->
|
|
278 | 278 | <!-- jsoup HTML parser library @ https://jsoup.org/ -->
|
279 | 279 | <groupId>org.jsoup</groupId>
|
280 | 280 | <artifactId>jsoup</artifactId>
|
281 |
| - <version>1.14.2</version> |
| 281 | + <version>1.14.3</version> |
282 | 282 | </dependency>
|
283 | 283 | <!-- <dependency> <groupId>com.github.cliftonlabs</groupId> <artifactId>json-simple</artifactId>
|
284 | 284 | <version>3.0.2</version> </dependency> -->
|
|
287 | 287 | <dependency>
|
288 | 288 | <groupId>org.json</groupId>
|
289 | 289 | <artifactId>json</artifactId>
|
290 |
| - <version>20180130</version> |
| 290 | + <version>20220320</version> |
291 | 291 | </dependency>
|
292 | 292 |
|
293 | 293 | <!-- JAVA-GOOGLE-SPEECH-API -->
|
|
334 | 334 | <dependency>
|
335 | 335 | <groupId>org.atteo</groupId>
|
336 | 336 | <artifactId>evo-inflector</artifactId>
|
337 |
| - <version>1.2.2</version> |
| 337 | + <version>1.3</version> |
338 | 338 | </dependency>
|
339 | 339 |
|
340 | 340 | <!-- JAVE2 -->
|
|
385 | 385 | <dependency>
|
386 | 386 | <groupId>org.zeroturnaround</groupId>
|
387 | 387 | <artifactId>zt-zip</artifactId>
|
388 |
| - <version>1.13</version> |
| 388 | + <version>1.14</version> |
389 | 389 | <type>jar</type>
|
390 | 390 | </dependency>
|
391 | 391 |
|
|
0 commit comments