File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 204204 <scope >test</scope >
205205 </dependency >
206206 <dependency >
207- <groupId >junit</groupId >
208- <artifactId >junit</artifactId >
207+ <groupId >org.junit.platform</groupId >
208+ <artifactId >junit-platform-launcher</artifactId >
209+ <scope >test</scope >
210+ </dependency >
211+ <dependency >
212+ <groupId >org.junit.jupiter</groupId >
213+ <artifactId >junit-jupiter-engine</artifactId >
214+ <scope >test</scope >
215+ </dependency >
216+ <dependency >
217+ <groupId >org.junit.vintage</groupId >
218+ <artifactId >junit-vintage-engine</artifactId >
209219 <scope >test</scope >
210220 </dependency >
211221 <dependency >
270280 <version >1.2.5</version >
271281 </dependency >
272282 <dependency >
273- <groupId >junit</groupId >
274- <artifactId >junit</artifactId >
275- <version >4.13.2</version >
283+ <groupId >org.junit</groupId >
284+ <artifactId >junit-bom</artifactId >
285+ <version >5.8.2</version >
286+ <type >pom</type >
287+ <scope >import</scope >
276288 </dependency >
277289 <dependency >
278290 <groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments