File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 291
291
<plugin >
292
292
<groupId >org.apache.maven.plugins</groupId >
293
293
<artifactId >maven-clean-plugin</artifactId >
294
- <version >3.3.2 </version >
294
+ <version >3.4.0 </version >
295
295
</plugin >
296
296
<plugin >
297
297
<groupId >org.apache.maven.plugins</groupId >
313
313
<plugin >
314
314
<groupId >org.apache.maven.plugins</groupId >
315
315
<artifactId >maven-surefire-plugin</artifactId >
316
- <version >3.2.5 </version >
316
+ <version >3.3.0 </version >
317
317
<configuration >
318
318
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
319
319
<argLine >@{argLine} ${argLine} </argLine >
327
327
<plugin >
328
328
<groupId >org.apache.maven.plugins</groupId >
329
329
<artifactId >maven-jar-plugin</artifactId >
330
- <version >3.4.1 </version >
330
+ <version >3.4.2 </version >
331
331
</plugin >
332
332
<plugin >
333
333
<groupId >org.codehaus.mojo</groupId >
400
400
<plugin >
401
401
<groupId >org.apache.maven.plugins</groupId >
402
402
<artifactId >maven-failsafe-plugin</artifactId >
403
- <version >3.2.5 </version >
403
+ <version >3.3.0 </version >
404
404
<executions >
405
405
<execution >
406
406
<id >failsafe-integration-test</id >
You can’t perform that action at this time.
0 commit comments