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 b6bfd00 + 5c3f1cc commit 8626337Copy full SHA for 8626337
build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
testImplementation("org.testcontainers:postgresql:$testContainersVersion")
52
testImplementation("io.mockk:mockk:$mockkVersion")
53
testImplementation("org.springframework.boot:spring-boot-starter-test")
54
- testImplementation("org.mockito:mockito-inline:4.11.0")
+ testImplementation("org.mockito:mockito-inline:5.0.0")
55
}
56
57
tasks.withType<KotlinCompile> {
0 commit comments