File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2525 <parallelizable .it.forkCount>2</parallelizable .it.forkCount>
2626 <!-- All tests tagged are to be executed in parallel -->
2727 <parallelizable .it.tags>parallelizableIT</parallelizable .it.tags>
28- <surefire .and.failsafe.version>3.0.0-M7 </surefire .and.failsafe.version>
28+ <surefire .and.failsafe.version>3.1.2 </surefire .and.failsafe.version>
2929 <surefire .jpms.args/>
3030 <failsafe .parallelizable.jpms.args/>
3131 <!-- Skip deployment by default for everything in this project. -->
4444 <slf4j-api .version>1.7.36</slf4j-api .version>
4545 <hamcrest-junit .version>2.0.0.0</hamcrest-junit .version>
4646 <mockito-core .version>5.4.0</mockito-core .version>
47- <junit .version>5.9.3 </junit .version>
47+ <junit .version>5.10.0 </junit .version>
4848 <testng-engine .version>1.0.4</testng-engine .version>
4949 <jarchivelib .version>1.2.0</jarchivelib .version>
5050 <bouncycastle-jdk15on .version>1.70</bouncycastle-jdk15on .version>
156156 <groupId >org.junit.support</groupId >
157157 <artifactId >testng-engine</artifactId >
158158 <version >${testng-engine.version} </version >
159+ <exclusions >
160+ <exclusion >
161+ <!-- Use the version supplied by the org.junit.jupiter:junit-jupiter -->
162+ <groupId >org.junit.platform</groupId >
163+ <artifactId >junit-platform-engine</artifactId >
164+ </exclusion >
165+ </exclusions >
159166 <scope >test</scope >
160167 </dependency >
161168 <dependency >
You can’t perform that action at this time.
0 commit comments