File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
junit-jupiter-starter-maven-kotlin
junit-jupiter-starter-maven Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
<plugin >
78
78
<groupId >org.apache.maven.plugins</groupId >
79
79
<artifactId >maven-surefire-plugin</artifactId >
80
- <version >3.5.3 </version >
80
+ <version >3.5.4 </version >
81
81
</plugin >
82
82
</plugins >
83
83
</build >
Original file line number Diff line number Diff line change 37
37
<plugins >
38
38
<plugin >
39
39
<artifactId >maven-surefire-plugin</artifactId >
40
- <version >3.5.3 </version >
40
+ <version >3.5.4 </version >
41
41
</plugin >
42
42
</plugins >
43
43
</build >
Original file line number Diff line number Diff line change 54
54
<plugins >
55
55
<plugin >
56
56
<artifactId >maven-surefire-plugin</artifactId >
57
- <version >3.5.3 </version >
57
+ <version >3.5.4 </version >
58
58
<configuration >
59
59
<!-- <groups>fast</groups>-->
60
60
<excludedGroups >slow</excludedGroups >
You can’t perform that action at this time.
0 commit comments