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 37a5260 + 10c1293 commit ef54a33Copy full SHA for ef54a33
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:4.6.1")
+ testImplementation("org.mockito:mockito-inline:4.7.0")
53
}
54
55
tasks.withType<KotlinCompile> {
0 commit comments