File tree 2 files changed +10
-8
lines changed
surefire-providers/surefire-junit-platform
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 308
308
<version >${jacocoVersion} </version >
309
309
<classifier >runtime</classifier >
310
310
</dependency >
311
- <dependency >
312
- <!-- Do not upgrade, leads to test failures, needs analysis -->
313
- <groupId >org.junit</groupId >
314
- <artifactId >junit-bom</artifactId >
315
- <version >5.9.3</version >
316
- <type >pom</type >
317
- <scope >import</scope >
318
- </dependency >
319
311
</dependencies >
320
312
</dependencyManagement >
321
313
<dependencies >
Original file line number Diff line number Diff line change 80
80
<tag >surefire-3.0.0-M8</tag >
81
81
</scm >
82
82
83
+ <properties >
84
+ <!-- common version suffix by platform and other junit5 artifacts, compare with https://github.com/junit-team/junit5/blob/main/gradle.properties -->
85
+ <junit5VersionSuffix >9.3</junit5VersionSuffix >
86
+ <junit5Version >5.${junit5VersionSuffix}</junit5Version >
87
+ <junitPlatformVersion >1.${junit5VersionSuffix}</junitPlatformVersion >
88
+ </properties >
89
+
83
90
<dependencies >
84
91
<dependency >
85
92
<groupId >org.apache.maven.surefire</groupId >
89
96
<dependency >
90
97
<groupId >org.junit.platform</groupId >
91
98
<artifactId >junit-platform-launcher</artifactId >
99
+ <version >${junitPlatformVersion} </version >
92
100
</dependency >
93
101
<dependency >
94
102
<groupId >org.junit.jupiter</groupId >
95
103
<artifactId >junit-jupiter-engine</artifactId >
104
+ <version >${junit5Version} </version >
96
105
<scope >test</scope >
97
106
</dependency >
98
107
<dependency >
99
108
<groupId >org.junit.jupiter</groupId >
100
109
<artifactId >junit-jupiter-params</artifactId >
110
+ <version >${junit5Version} </version >
101
111
<scope >test</scope >
102
112
</dependency >
103
113
<dependency >
You can’t perform that action at this time.
0 commit comments