11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
12
<asm .version>9.2</asm .version>
13
13
<analysis .version>1.6.0</analysis .version>
14
- <dude .version>1.8.1 </dude .version>
14
+ <dude .version>1.9.4 </dude .version>
15
15
<cfr .version>0.152</cfr .version>
16
16
<ff .version>1.5.498.23</ff .version>
17
- <procyon .version>0.5.36 </procyon .version>
18
- <junit .version>5.8.1 </junit .version>
19
- <pico .version>4.6.1 </pico .version>
20
- <jline .version>3.20 .0</jline .version>
21
- <jp .version>3.23.1 </jp .version>
22
- <jfx .version>16 </jfx .version>
17
+ <procyon .version>0.6.0 </procyon .version>
18
+ <junit .version>5.8.2 </junit .version>
19
+ <pico .version>4.6.3 </pico .version>
20
+ <jline .version>3.21 .0</jline .version>
21
+ <jp .version>3.24.0 </jp .version>
22
+ <jfx .version>17.0.2 </jfx .version>
23
23
<spotbugs .version>4.0.0</spotbugs .version>
24
24
<spotbugs-mvn .version>3.1.12.2</spotbugs-mvn .version>
25
25
</properties >
135
135
<dependency >
136
136
<groupId >com.google.guava</groupId >
137
137
<artifactId >guava</artifactId >
138
- <version >30.1 .1-jre</version >
138
+ <version >31.0 .1-jre</version >
139
139
</dependency >
140
140
<!-- https://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json -->
141
141
<dependency >
153
153
<dependency >
154
154
<groupId >org.jsoup</groupId >
155
155
<artifactId >jsoup</artifactId >
156
- <version >1.14.2 </version >
156
+ <version >1.14.3 </version >
157
157
</dependency >
158
158
<!-- https://mvnrepository.com/artifact/org.plugface/plugface-core -->
159
159
<dependency >
169
169
</dependency >
170
170
<!-- https://mvnrepository.com/artifact/com.atlassian.commonmark/commonmark -->
171
171
<dependency >
172
- <groupId >com.atlassian .commonmark</groupId >
172
+ <groupId >org .commonmark</groupId >
173
173
<artifactId >commonmark</artifactId >
174
- <version >0.17.0 </version >
174
+ <version >0.18.2 </version >
175
175
</dependency >
176
176
<!-- https://mvnrepository.com/artifact/net.sourceforge.cssparser/cssparser -->
177
177
<dependency >
219
219
<dependency >
220
220
<groupId >ch.qos.logback</groupId >
221
221
<artifactId >logback-classic</artifactId >
222
- <version >1.2.3 </version >
222
+ <version >1.2.10 </version >
223
223
</dependency >
224
224
<!-- Tools -->
225
225
<dependency >
303
303
<dependency >
304
304
<groupId >org.fxmisc.richtext</groupId >
305
305
<artifactId >richtextfx</artifactId >
306
+ <!-- Newer versions depend on Flowless 0.6.5+ which requires Java 9, do not upgrade -->
306
307
<version >0.10.6</version >
307
308
</dependency >
308
309
<!-- https://mvnrepository.com/artifact/org.fxmisc.wellbehaved/wellbehavedfx -->
324
325
<plugins >
325
326
<!-- Compiler version -->
326
327
<plugin >
328
+ <groupId >org.apache.maven.plugins</groupId >
327
329
<artifactId >maven-compiler-plugin</artifactId >
328
- <version >3.8.1 </version >
330
+ <version >3.9.0 </version >
329
331
<configuration >
330
332
<source >1.8</source >
331
333
<target >1.8</target >
375
377
</plugin >
376
378
<!-- Packaging -->
377
379
<plugin >
380
+ <groupId >org.apache.maven.plugins</groupId >
378
381
<artifactId >maven-assembly-plugin</artifactId >
379
382
<version >3.3.0</version >
380
383
<executions >
485
488
<linkXRef >false</linkXRef >
486
489
</configuration >
487
490
</plugin >
488
- <plugin >
489
- <groupId >org.apache.maven.plugins</groupId >
490
- <artifactId >maven-compiler-plugin</artifactId >
491
- <version >3.8.1</version >
492
- <configuration >
493
- <source >8</source >
494
- <target >8</target >
495
- </configuration >
496
- </plugin >
497
491
<plugin >
498
492
<groupId >org.apache.maven.plugins</groupId >
499
493
<artifactId >maven-jar-plugin</artifactId >
524
518
-->
525
519
</plugins >
526
520
</build >
527
- </project >
521
+ </project >
0 commit comments