File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 177177 <json .version>20250107</json .version>
178178 <springboot .version>3.3.5</springboot .version>
179179
180- <junit5 .version>5.11.4 </junit5 .version>
180+ <junit5 .version>5.12.2 </junit5 .version>
181181 <jackson .version>2.18.3</jackson .version>
182182 <assertj .version>3.27.3</assertj .version>
183183 <mockito .version>5.17.0</mockito .version>
492492 <artifactId >junit-jupiter-api</artifactId >
493493 <scope >test</scope >
494494 </dependency >
495+ <dependency >
496+ <groupId >org.junit.jupiter</groupId >
497+ <artifactId >junit-jupiter-engine</artifactId >
498+ <scope >test</scope >
499+ </dependency >
495500 <dependency >
496501 <groupId >org.junit.jupiter</groupId >
497502 <artifactId >junit-jupiter</artifactId >
538543 <exclude ></exclude >
539544 </excludes >
540545 </configuration >
541- <dependencies >
542- <dependency >
543- <groupId >org.junit.jupiter</groupId >
544- <artifactId >junit-jupiter-engine</artifactId >
545- <version >${junit5.version} </version >
546- </dependency >
547- </dependencies >
548546 </plugin >
549547
550548 <plugin >
You can’t perform that action at this time.
0 commit comments