File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 5353 </dependency >
5454 <dependency >
5555 <groupId >org.junit.jupiter</groupId >
56- <artifactId >junit-jupiter-engine</artifactId >
57- <version >5.9.2</version >
56+ <artifactId >junit-jupiter</artifactId >
5857 <scope >test</scope >
5958 </dependency >
6059 <dependency >
6564 <dependency >
6665 <groupId >org.junit.jupiter</groupId >
6766 <artifactId >junit-jupiter-params</artifactId >
68- <version >5.8.0</version >
6967 <scope >test</scope >
7068 </dependency >
7169 </dependencies >
7270
71+ <dependencyManagement >
72+ <dependencies >
73+ <dependency >
74+ <groupId >org.junit</groupId >
75+ <artifactId >junit-bom</artifactId >
76+ <version >5.10.3</version >
77+ <type >pom</type >
78+ <scope >import</scope >
79+ </dependency >
80+ </dependencies >
81+ </dependencyManagement >
82+
7383 <build >
7484 <resources >
7585 <resource >
You can’t perform that action at this time.
0 commit comments