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 9622142 + 1a7a192 commit 7ec8338Copy full SHA for 7ec8338
build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
55
testImplementation("io.mockk:mockk:$mockkVersion")
56
testImplementation("org.springframework:spring-mock:2.0.8")
57
testImplementation("org.springframework.boot:spring-boot-starter-test")
58
- testImplementation("org.mockito:mockito-inline:4.8.1")
+ testImplementation("org.mockito:mockito-inline:4.9.0")
59
}
60
61
tasks.withType<KotlinCompile> {
0 commit comments