We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2923430 commit 0d3903bCopy full SHA for 0d3903b
1 file changed
integration-tests/osgi/build.gradle.kts
@@ -16,8 +16,8 @@ otelJava.moduleName.set("io.opentelemetry.integration.tests.osgi")
16
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 junitVersion = "5.14.4"
+ val junitLauncherVersion = "1.14.4"
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