Skip to content

Commit a4b9431

Browse files
Update dependency org.junit.platform:junit-platform-launcher to v6
1 parent cdadad6 commit a4b9431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/osgi/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configurations.all {
1717
resolutionStrategy {
1818
// BND not compatible with JUnit 5.13+; see https://github.com/bndtools/bnd/issues/6651
1919
val junitVersion = "5.12.2"
20-
val junitLauncherVersion = "1.12.1"
20+
val junitLauncherVersion = "6.0.3"
2121
force("org.junit.jupiter:junit-jupiter:$junitVersion")
2222
force("org.junit.jupiter:junit-jupiter-api:$junitVersion")
2323
force("org.junit.jupiter:junit-jupiter-params:$junitVersion")

0 commit comments

Comments
 (0)