File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 219
219
<plugins >
220
220
<plugin >
221
221
<artifactId >maven-compiler-plugin</artifactId >
222
- <version >3.11.0 </version >
222
+ <version >3.12.1 </version >
223
223
<configuration >
224
224
<source >${project.build.version.source} </source >
225
225
<target >${project.build.version.target} </target >
246
246
247
247
<plugin >
248
248
<artifactId >maven-enforcer-plugin</artifactId >
249
- <version >3.3.0 </version >
249
+ <version >3.4.1 </version >
250
250
<executions >
251
251
<execution >
252
252
<id >enforce</id >
284
284
<plugin >
285
285
<groupId >org.jacoco</groupId >
286
286
<artifactId >jacoco-maven-plugin</artifactId >
287
- <version >0.8.10 </version >
287
+ <version >0.8.11 </version >
288
288
<executions >
289
289
<execution >
290
290
<id >pre-unit-test</id >
310
310
311
311
<plugin >
312
312
<artifactId >maven-surefire-plugin</artifactId >
313
- <version >3.1.2 </version >
313
+ <version >3.2.5 </version >
314
314
</plugin >
315
315
316
316
<plugin >
327
327
328
328
<plugin >
329
329
<artifactId >maven-javadoc-plugin</artifactId >
330
- <version >3.5.0 </version >
330
+ <version >3.6.3 </version >
331
331
<executions >
332
332
<execution >
333
333
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments