@@ -40,7 +40,7 @@ Using JUnit 5 Platform
40
40
<dependency>
41
41
<groupId>org.junit.jupiter</groupId>
42
42
<artifactId>junit-jupiter-engine</artifactId>
43
- <version>5.4.0 </version>
43
+ <version>5.9.1 </version>
44
44
<scope>test</scope>
45
45
</dependency>
46
46
[...]
@@ -55,15 +55,15 @@ Using JUnit 5 Platform
55
55
(e.g., <<<src/test/java>>>).
56
56
57
57
If you want to write and execute JUnit 3 or 4 tests via the JUnit Platform add the Vintage Engine to the
58
- dependencies, which transitively pulls in (and requires) <<<junit:junit:4.12 >>>:
58
+ dependencies, which transitively pulls in (and requires) <<<junit:junit:4.13.2 >>>:
59
59
60
60
+---+
61
61
<dependencies>
62
62
[...]
63
63
<dependency>
64
64
<groupId>org.junit.vintage</groupId>
65
65
<artifactId>junit-vintage-engine</artifactId>
66
- <version>5.4.0 </version>
66
+ <version>5.9.1 </version>
67
67
<scope>test</scope>
68
68
</dependency>
69
69
[...]
@@ -85,7 +85,7 @@ Using JUnit 5 Platform
85
85
86
86
** How to run only one API
87
87
88
- Normally, the developer does not want to access internal classes of JUnit5 engine (e.g. <<<5.4.0 >>>).
88
+ Normally, the developer does not want to access internal classes of JUnit5 engine (e.g. <<<5.9.1 >>>).
89
89
In the next chapters you can find your way to use the Jupiter or JUnit5 API where the plugin would resolve the engine.
90
90
91
91
*** Jupiter API in test dependencies
@@ -100,7 +100,7 @@ Using JUnit 5 Platform
100
100
<dependency>
101
101
<groupId>org.junit.jupiter</groupId>
102
102
<artifactId>junit-jupiter-api</artifactId>
103
- <version>5.4.0 </version>
103
+ <version>5.9.1 </version>
104
104
<scope>test</scope>
105
105
</dependency>
106
106
[...]
@@ -125,15 +125,15 @@ Using JUnit 5 Platform
125
125
126
126
In the following example the engine artifact appears in plugin dependencies and the engine is resolved by the plugin
127
127
and downloaded from a remote repository for plugins. You may want to update the version of engine with fixed bugs in
128
- <<<5.3.2 >>> but the API version <<<5.3 .0>>> stays intact!
128
+ <<<5.9.1 >>> but the API version <<<5.9 .0>>> stays intact!
129
129
130
130
+---+
131
131
<dependencies>
132
132
[...]
133
133
<dependency>
134
134
<groupId>org.junit.jupiter</groupId>
135
135
<artifactId>junit-jupiter-api</artifactId>
136
- <version>5.3 .0</version>
136
+ <version>5.9 .0</version>
137
137
<scope>test</scope>
138
138
</dependency>
139
139
[...]
@@ -150,7 +150,7 @@ Using JUnit 5 Platform
150
150
<dependency>
151
151
<groupId>org.junit.jupiter</groupId>
152
152
<artifactId>junit-jupiter-engine</artifactId>
153
- <version>5.3.2 </version>
153
+ <version>5.9.1 </version>
154
154
</dependency>
155
155
</dependencies>
156
156
</plugin>
@@ -172,7 +172,7 @@ Using JUnit 5 Platform
172
172
<dependency>
173
173
<groupId>junit</groupId>
174
174
<artifactId>junit</artifactId>
175
- <version>4.13</version>
175
+ <version>4.13.2 </version>
176
176
<scope>test</scope>
177
177
</dependency>
178
178
[...]
@@ -189,7 +189,7 @@ Using JUnit 5 Platform
189
189
<dependency>
190
190
<groupId>org.junit.vintage</groupId>
191
191
<artifactId>junit-vintage-engine</artifactId>
192
- <version>5.4.0 </version>
192
+ <version>5.9.1 </version>
193
193
</dependency>
194
194
</dependencies>
195
195
</plugin>
@@ -212,13 +212,13 @@ Using JUnit 5 Platform
212
212
<dependency>
213
213
<groupId>org.junit.jupiter</groupId>
214
214
<artifactId>junit-jupiter-api</artifactId>
215
- <version>5.6.2 </version>
215
+ <version>5.9.1 </version>
216
216
<scope>test</scope>
217
217
</dependency>
218
218
<dependency>
219
219
<groupId>junit</groupId>
220
220
<artifactId>junit</artifactId>
221
- <version>4.13</version>
221
+ <version>4.13.2 </version>
222
222
<scope>test</scope>
223
223
</dependency>
224
224
</dependencies>
@@ -231,13 +231,13 @@ Using JUnit 5 Platform
231
231
<dependency>
232
232
<groupId>org.junit.jupiter</groupId>
233
233
<artifactId>junit-jupiter-api</artifactId>
234
- <version>5.6.2 </version>
234
+ <version>5.9.1 </version>
235
235
<scope>test</scope>
236
236
</dependency>
237
237
<dependency>
238
238
<groupId>org.junit.vintage</groupId>
239
239
<artifactId>junit-vintage-engine</artifactId>
240
- <version>5.6.2 </version>
240
+ <version>5.9.1 </version>
241
241
<scope>test</scope>
242
242
</dependency>
243
243
</dependencies>
@@ -250,13 +250,13 @@ Using JUnit 5 Platform
250
250
<dependency>
251
251
<groupId>org.junit.jupiter</groupId>
252
252
<artifactId>junit-jupiter-engine</artifactId>
253
- <version>5.6.2 </version>
253
+ <version>5.9.1 </version>
254
254
<scope>test</scope>
255
255
</dependency>
256
256
<dependency>
257
257
<groupId>org.junit.vintage</groupId>
258
258
<artifactId>junit-vintage-engine</artifactId>
259
- <version>5.6.2 </version>
259
+ <version>5.9.1 </version>
260
260
<scope>test</scope>
261
261
</dependency>
262
262
</dependencies>
@@ -277,13 +277,13 @@ Using JUnit 5 Platform
277
277
<dependency>
278
278
<groupId>org.junit.jupiter</groupId>
279
279
<artifactId>junit-jupiter-api</artifactId>
280
- <version>5.6.2 </version>
280
+ <version>5.9.1 </version>
281
281
<scope>test</scope>
282
282
</dependency>
283
283
<dependency>
284
284
<groupId>junit</groupId>
285
285
<artifactId>junit</artifactId>
286
- <version>4.13</version>
286
+ <version>4.13.2 </version>
287
287
<scope>test</scope>
288
288
</dependency>
289
289
</dependencies>
@@ -299,7 +299,7 @@ Using JUnit 5 Platform
299
299
<dependency>
300
300
<groupId>org.junit.jupiter</groupId>
301
301
<artifactId>junit-jupiter-engine</artifactId>
302
- <version>5.6.2 </version>
302
+ <version>5.9.1 </version>
303
303
</dependency>
304
304
</dependencies>
305
305
</plugin>
@@ -318,13 +318,13 @@ Using JUnit 5 Platform
318
318
<dependency>
319
319
<groupId>org.junit.jupiter</groupId>
320
320
<artifactId>junit-jupiter-api</artifactId>
321
- <version>5.6.2 </version>
321
+ <version>5.9.1 </version>
322
322
<scope>test</scope>
323
323
</dependency>
324
324
<dependency>
325
325
<groupId>junit</groupId>
326
326
<artifactId>junit</artifactId>
327
- <version>4.13</version>
327
+ <version>4.13.2 </version>
328
328
<scope>test</scope>
329
329
</dependency>
330
330
</dependencies>
@@ -340,7 +340,7 @@ Using JUnit 5 Platform
340
340
<dependency>
341
341
<groupId>org.junit.vintage</groupId>
342
342
<artifactId>junit-vintage-engine</artifactId>
343
- <version>5.6.2 </version>
343
+ <version>5.9.1 </version>
344
344
</dependency>
345
345
</dependencies>
346
346
</plugin>
@@ -390,13 +390,13 @@ Using JUnit 5 Platform
390
390
<dependency>
391
391
<groupId>org.junit.jupiter</groupId>
392
392
<artifactId>junit-jupiter-engine</artifactId>
393
- <version>5.6.2 </version>
393
+ <version>5.9.1 </version>
394
394
<scope>test</scope>
395
395
</dependency>
396
396
<dependency>
397
397
<groupId>org.junit.platform</groupId>
398
398
<artifactId>junit-platform-runner</artifactId>
399
- <version>1.6.2 </version>
399
+ <version>1.9.1 </version>
400
400
<scope>test</scope>
401
401
</dependency>
402
402
</dependencies>
@@ -413,13 +413,13 @@ Using JUnit 5 Platform
413
413
<dependency>
414
414
<groupId>org.junit.jupiter</groupId>
415
415
<artifactId>junit-jupiter-engine</artifactId>
416
- <version>5.8.2 </version>
416
+ <version>5.9.1 </version>
417
417
<scope>test</scope>
418
418
</dependency>
419
419
<dependency>
420
420
<groupId>org.junit.platform</groupId>
421
421
<artifactId>junit-platform-suite-engine</artifactId>
422
- <version>1.8.2 </version>
422
+ <version>1.9.1 </version>
423
423
<scope>test</scope>
424
424
</dependency>
425
425
</dependencies>
0 commit comments