We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f86a3 commit 2520bc8Copy full SHA for 2520bc8
junit-vs-testng/pom.xml
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>org.junit.platform</groupId>
39
<artifactId>junit-platform-launcher</artifactId>
40
- <version>6.0.2</version>
+ <version>6.0.3</version>
41
<scope>test</scope>
42
</dependency>
43
junit5-launcher-api/pom.xml
@@ -8,7 +8,7 @@
8
9
<properties>
10
<junit-jupiter.version>6.0.3</junit-jupiter.version>
11
- <junit-platform.version>6.0.2</junit-platform.version>
+ <junit-platform.version>6.0.3</junit-platform.version>
12
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
13
14
<java.version>17</java.version>
0 commit comments