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.
2 parents 00a20c6 + 83fb797 commit 34739a1Copy full SHA for 34739a1
build.gradle.kts
@@ -200,7 +200,7 @@ subprojects {
200
testImplementation(kotlin("test"))
201
testImplementation(platform("org.junit:junit-bom:5.8.2"))
202
testImplementation("org.junit.jupiter:junit-jupiter")
203
- testImplementation("io.mockk:mockk:1.12.4")
+ testImplementation("io.mockk:mockk:1.12.5")
204
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
205
206
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") {
0 commit comments