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 839d57d commit 3a36a97Copy full SHA for 3a36a97
build.gradle.kts
@@ -23,11 +23,11 @@ intellij {
23
dependencies {
24
implementation(kotlin("stdlib-jdk8"))
25
26
- testImplementation(platform("org.junit:junit-bom:5.9.0"))
+ testImplementation(platform("org.junit:junit-bom:5.9.1"))
27
testImplementation("org.junit.jupiter:junit-jupiter")
28
testImplementation("org.junit.platform:junit-platform-launcher")
29
testImplementation("io.strikt:strikt-jvm:0.34.1")
30
- testImplementation("io.mockk:mockk:1.12.8")
+ testImplementation("io.mockk:mockk-jvm:1.13.1")
31
testImplementation("org.apache.commons:commons-lang3:3.12.0")
32
}
33
0 commit comments