We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0476c3 commit 65f86aeCopy full SHA for 65f86ae
build.gradle.kts
@@ -84,9 +84,9 @@ dependencies {
84
implementation(libs.bundles.jna)
85
86
testImplementation(libs.okhttpLoggingInterceptor)
87
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
88
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
89
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
90
}
91
92
val dependencyVersions = listOf<String>(
0 commit comments