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 41a15d0 commit 3dbb315Copy full SHA for 3dbb315
build.gradle.kts
@@ -47,11 +47,11 @@ dependencies {
47
testFramework(TestFrameworkType.Platform)
48
}
49
50
- testImplementation(platform("org.junit:junit-bom:5.11.1"))
+ testImplementation(platform("org.junit:junit-bom:5.11.2"))
51
testImplementation("org.junit.jupiter:junit-jupiter")
52
testImplementation("org.junit.platform:junit-platform-launcher")
53
testImplementation("io.strikt:strikt-jvm:0.35.1")
54
- testImplementation("io.mockk:mockk:1.13.12")
+ testImplementation("io.mockk:mockk:1.13.13")
55
testImplementation("org.apache.commons:commons-lang3:3.17.0")
56
57
0 commit comments