Skip to content

Commit f3984a2

Browse files
authored
Update JUnit to 5.10.0, Surefire to 3.1.2 and Failsafe to 3.1.2 (#1473)
1 parent a2ddade commit f3984a2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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. -->
@@ -44,7 +44,7 @@
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>
@@ -156,6 +156,13 @@
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>

0 commit comments

Comments
 (0)