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 fd12d96 + 6c40554 commit a60b294Copy full SHA for a60b294
build.gradle.kts
@@ -201,7 +201,7 @@ subprojects {
201
testImplementation(kotlin("test"))
202
testImplementation(platform("org.junit:junit-bom:5.8.2"))
203
testImplementation("org.junit.jupiter:junit-jupiter")
204
- testImplementation("io.mockk:mockk:1.12.3")
+ testImplementation("io.mockk:mockk:1.12.4")
205
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
206
207
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") {
0 commit comments