Skip to content

Commit 0d3903b

Browse files
Update junit-framework monorepo
1 parent 2923430 commit 0d3903b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/osgi/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ otelJava.moduleName.set("io.opentelemetry.integration.tests.osgi")
1616
configurations.all {
1717
resolutionStrategy {
1818
// 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"
19+
val junitVersion = "5.14.4"
20+
val junitLauncherVersion = "1.14.4"
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)