File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 6666 <log4j2 .version>2.23.1</log4j2 .version>
6767 <maven-model .version>3.9.6</maven-model .version>
6868 <micrometer .version>1.12.4</micrometer .version>
69+ <mockito .version>5.7.0</mockito .version>
70+ <mockito-inline .version>5.1.1</mockito-inline .version>
6971 <mock-server .version>5.15.0</mock-server .version>
7072 <nacos-client .version>2.3.1</nacos-client .version>
7173 <netflix-commons .version>0.3.0</netflix-commons .version>
8385 <slf4j .version>1.7.36</slf4j .version>
8486 <snakeyaml .version>2.2</snakeyaml .version>
8587 <spring .version>6.0.9</spring .version>
86- <spring-boot .version>3.0.7</spring-boot .version>
8788 <swagger .version>2.2.21</swagger .version>
8889 <vertx .version>4.4.8</vertx .version>
8990 <zipkin .version>3.1.1</zipkin .version>
103104 <type >pom</type >
104105 </dependency >
105106
107+ <dependency >
108+ <groupId >org.mockito</groupId >
109+ <artifactId >mockito-bom</artifactId >
110+ <version >${mockito.version} </version >
111+ <scope >import</scope >
112+ <type >pom</type >
113+ </dependency >
114+ <dependency >
115+ <groupId >org.mockito</groupId >
116+ <artifactId >mockito-inline</artifactId >
117+ <version >${mockito-inline.version} </version >
118+ <scope >test</scope >
119+ </dependency >
120+
106121 <dependency >
107122 <groupId >com.github.seanyinx</groupId >
108123 <artifactId >unit-scaffolding</artifactId >
Original file line number Diff line number Diff line change 6767 <site-maven-plugin .version>3.12.1</site-maven-plugin .version>
6868 <source-maven-plugin .version>3.3.0</source-maven-plugin .version>
6969 <spotbug-maven-plugin .version>4.8.2.0</spotbug-maven-plugin .version>
70- <spring-boot-maven-plugin .version>3.1.3 </spring-boot-maven-plugin .version>
70+ <spring-boot .version>3.1.10 </spring-boot .version>
7171 <surefire-maven-plugin .version>3.2.5</surefire-maven-plugin .version>
7272 <!-- plugin version end -->
7373 </properties >
459459 <plugin >
460460 <groupId >org.springframework.boot</groupId >
461461 <artifactId >spring-boot-maven-plugin</artifactId >
462- <version >${spring-boot-maven-plugin .version} </version >
462+ <version >${spring-boot.version} </version >
463463 <executions >
464464 <execution >
465465 <goals >
You can’t perform that action at this time.
0 commit comments