File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed
Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 231231 <scope >import</scope >
232232 <type >pom</type >
233233 </dependency >
234+ <dependency >
235+ <groupId >org.mockito</groupId >
236+ <artifactId >mockito-bom</artifactId >
237+ <version >5.18.0</version >
238+ <scope >import</scope >
239+ <type >pom</type >
240+ </dependency >
234241 </dependencies >
235242 </dependencyManagement >
236243
263270 <dependency >
264271 <groupId >org.mockito</groupId >
265272 <artifactId >mockito-core</artifactId >
266- <version >5.8.0</version >
267273 </dependency >
268274 <dependency >
269275 <groupId >org.assertj</groupId >
Original file line number Diff line number Diff line change 2626 <type >pom</type >
2727 <scope >import</scope >
2828 </dependency >
29- <!-- https://mvnrepository.com/artifact/org.mockito/mockito-bom -->
30- <dependency >
31- <groupId >org.mockito</groupId >
32- <artifactId >mockito-bom</artifactId >
33- <version >5.8.0</version >
34- <scope >import</scope >
35- <type >pom</type >
36- </dependency >
3729 </dependencies >
3830 </dependencyManagement >
3931
5749 <groupId >org.apache.logging.log4j</groupId >
5850 <artifactId >log4j-api</artifactId >
5951 </dependency >
60- <dependency >
61- <groupId >org.mockito</groupId >
62- <artifactId >mockito-core</artifactId >
63- <version >5.18.0</version >
64- <scope >test</scope >
65- </dependency >
6652 <dependency >
6753 <groupId >org.mockito</groupId >
6854 <artifactId >mockito-junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments