We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdadad6 commit a4b9431Copy full SHA for a4b9431
1 file changed
integration-tests/osgi/build.gradle.kts
@@ -17,7 +17,7 @@ configurations.all {
17
resolutionStrategy {
18
// BND not compatible with JUnit 5.13+; see https://github.com/bndtools/bnd/issues/6651
19
val junitVersion = "5.12.2"
20
- val junitLauncherVersion = "1.12.1"
+ val junitLauncherVersion = "6.0.3"
21
force("org.junit.jupiter:junit-jupiter:$junitVersion")
22
force("org.junit.jupiter:junit-jupiter-api:$junitVersion")
23
force("org.junit.jupiter:junit-jupiter-params:$junitVersion")
0 commit comments