|
58 | 58 | <kotlin.compiler.jvmTarget>1.${java.version}</kotlin.compiler.jvmTarget> |
59 | 59 | <kotlin.version>2.2.20</kotlin.version> |
60 | 60 | <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> |
63 | 62 |
|
64 | 63 | <!-- Those have different values based on the profile --> |
65 | 64 | <openjfx.scope>provided</openjfx.scope> |
|
185 | 184 | </configuration> |
186 | 185 |
|
187 | 186 | <dependencies> |
188 | | - <!-- Junit5 Platform Engine for Junit 3 & 4 --> |
| 187 | + <!-- Junit6 Platform Engine for Junit 3 & 4 --> |
189 | 188 | <dependency> |
190 | 189 | <groupId>org.junit.vintage</groupId> |
191 | 190 | <artifactId>junit-vintage-engine</artifactId> |
192 | | - <version>${junit5.version}</version> |
| 191 | + <version>${junit.version}</version> |
193 | 192 | </dependency> |
194 | 193 | <!-- Junit5 Platform Engine for Kotlin Tests --> |
195 | 194 | <dependency> |
|
509 | 508 | <dependency> |
510 | 509 | <groupId>org.junit</groupId> |
511 | 510 | <artifactId>junit-bom</artifactId> |
512 | | - <version>${junit5.version}</version> |
| 511 | + <version>${junit.version}</version> |
| 512 | + <type>pom</type> |
513 | 513 | <scope>import</scope> |
514 | 514 | </dependency> |
515 | 515 |
|
|
761 | 761 | <dependency> |
762 | 762 | <groupId>org.junit.jupiter</groupId> |
763 | 763 | <artifactId>junit-jupiter-engine</artifactId> |
764 | | - <version>${junit5.version}</version> |
| 764 | + <version>${junit.version}</version> |
765 | 765 | <scope>test</scope> |
766 | 766 | </dependency> |
767 | 767 |
|
|
772 | 772 | <dependency> |
773 | 773 | <groupId>org.junit.platform</groupId> |
774 | 774 | <artifactId>junit-platform-launcher</artifactId> |
775 | | - <version>${junit5.platform.version}</version> |
| 775 | + <version>${junit.version}</version> |
776 | 776 | <scope>test</scope> |
777 | 777 | </dependency> |
778 | 778 |
|
|
0 commit comments