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 25
25
<parallelizable .it.forkCount>2</parallelizable .it.forkCount>
26
26
<!-- All tests tagged are to be executed in parallel -->
27
27
<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>
29
29
<surefire .jpms.args/>
30
30
<failsafe .parallelizable.jpms.args/>
31
31
<!-- Skip deployment by default for everything in this project. -->
44
44
<slf4j-api .version>1.7.36</slf4j-api .version>
45
45
<hamcrest-junit .version>2.0.0.0</hamcrest-junit .version>
46
46
<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>
48
48
<testng-engine .version>1.0.4</testng-engine .version>
49
49
<jarchivelib .version>1.2.0</jarchivelib .version>
50
50
<bouncycastle-jdk15on .version>1.70</bouncycastle-jdk15on .version>
156
156
<groupId >org.junit.support</groupId >
157
157
<artifactId >testng-engine</artifactId >
158
158
<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 >
159
166
<scope >test</scope >
160
167
</dependency >
161
168
<dependency >
You can’t perform that action at this time.
0 commit comments