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 f3a8c6d commit 43982d2Copy full SHA for 43982d2
1 file changed
build.gradle.kts
@@ -40,7 +40,7 @@ information {
40
dependencies {
41
implementation("com.squareup.okhttp3:okhttp:5.1.0")
42
implementation("com.google.code.gson:gson:2.14.0")
43
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
45
}
46
0 commit comments