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 52aa79f commit f0332b0Copy full SHA for f0332b0
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.7.0")
+ testImplementation("org.mockito:mockito-inline:4.8.0")
53
}
54
55
tasks.withType<KotlinCompile> {
0 commit comments