File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <maven >3.2.5</maven >
1818 </prerequisites >
1919
20+ <dependencyManagement >
21+ <dependencies >
22+ <dependency >
23+ <groupId >org.junit</groupId >
24+ <artifactId >junit-bom</artifactId >
25+ <version >5.13.4</version > <type >pom</type >
26+ <scope >import</scope >
27+ </dependency >
28+ </dependencies >
29+ </dependencyManagement >
30+
2031 <dependencies >
2132
2233 <dependency >
2839 <dependency >
2940 <groupId >org.mockito</groupId >
3041 <artifactId >mockito-junit-jupiter</artifactId >
31- <version >5.20 .0</version >
42+ <version >5.21 .0</version >
3243 <scope >test</scope >
3344 </dependency >
3445 <dependency >
3546 <groupId >org.junit.jupiter</groupId >
3647 <artifactId >junit-jupiter</artifactId >
37- <version >5.12.2</version >
3848 <scope >test</scope >
3949 </dependency >
4050 <dependency >
5565 <plugin >
5666 <groupId >org.apache.maven.plugins</groupId >
5767 <artifactId >maven-surefire-plugin</artifactId >
58- <version >3.2.5 </version >
68+ <version >3.5.4 </version >
5969 <configuration >
6070 <includes >
6171 <include >**/*Test.java</include >
You can’t perform that action at this time.
0 commit comments