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 706dd1a commit 4c3480cCopy full SHA for 4c3480c
projects/build.gradle.kts
@@ -25,7 +25,7 @@ subprojects {
25
26
dependencies {
27
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
28
- testImplementation(platform("org.junit:junit-bom:5.11.2"))
+ testImplementation(platform("org.junit:junit-bom:5.11.3"))
29
testImplementation("org.junit.jupiter:junit-jupiter")
30
}
31
0 commit comments