Skip to content

Commit e838509

Browse files
committed
Unify properties junit5.version and junit5.platform.version to junit.version
1 parent c6858d8 commit e838509

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
<kotlin.compiler.jvmTarget>1.${java.version}</kotlin.compiler.jvmTarget>
5959
<kotlin.version>2.2.20</kotlin.version>
6060
<kotest.version>5.9.1</kotest.version>
61-
<junit5.version>6.0.0</junit5.version>
62-
<junit5.platform.version>1.13.4</junit5.platform.version>
61+
<junit.version>6.0.0</junit.version>
6362

6463
<!-- Those have different values based on the profile -->
6564
<openjfx.scope>provided</openjfx.scope>
@@ -185,11 +184,11 @@
185184
</configuration>
186185

187186
<dependencies>
188-
<!-- Junit5 Platform Engine for Junit 3 & 4 -->
187+
<!-- Junit6 Platform Engine for Junit 3 & 4 -->
189188
<dependency>
190189
<groupId>org.junit.vintage</groupId>
191190
<artifactId>junit-vintage-engine</artifactId>
192-
<version>${junit5.version}</version>
191+
<version>${junit.version}</version>
193192
</dependency>
194193
<!-- Junit5 Platform Engine for Kotlin Tests -->
195194
<dependency>
@@ -509,7 +508,8 @@
509508
<dependency>
510509
<groupId>org.junit</groupId>
511510
<artifactId>junit-bom</artifactId>
512-
<version>${junit5.version}</version>
511+
<version>${junit.version}</version>
512+
<type>pom</type>
513513
<scope>import</scope>
514514
</dependency>
515515

@@ -761,7 +761,7 @@
761761
<dependency>
762762
<groupId>org.junit.jupiter</groupId>
763763
<artifactId>junit-jupiter-engine</artifactId>
764-
<version>${junit5.version}</version>
764+
<version>${junit.version}</version>
765765
<scope>test</scope>
766766
</dependency>
767767

@@ -772,7 +772,7 @@
772772
<dependency>
773773
<groupId>org.junit.platform</groupId>
774774
<artifactId>junit-platform-launcher</artifactId>
775-
<version>${junit5.platform.version}</version>
775+
<version>${junit.version}</version>
776776
<scope>test</scope>
777777
</dependency>
778778

0 commit comments

Comments
 (0)