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 b6bfd00 commit 5c3f1ccCopy full SHA for 5c3f1cc
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