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 77e6c3d commit 17a4bdfCopy full SHA for 17a4bdf
build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
49
testImplementation("io.mockk:mockk:$mockkVersion")
50
testImplementation("org.springframework:spring-mock:2.0.8")
51
testImplementation("org.springframework.boot:spring-boot-starter-test")
52
- testImplementation("org.mockito:mockito-inline:3.12.4")
+ testImplementation("org.mockito:mockito-inline:4.6.1")
53
}
54
55
tasks.withType<KotlinCompile> {
0 commit comments