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 f8cbf74 commit 5f1ee49Copy full SHA for 5f1ee49
library/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
api("org.jetbrains.kotlinx:kotlinx-serialization-core:$serializationVersion")
23
24
testImplementation(kotlin("test-junit5"))
25
- testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.7.0")
26
}
27
28
java {
0 commit comments