We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b37077 commit d3b8101Copy full SHA for d3b8101
build.gradle.kts
@@ -26,8 +26,8 @@ dependencies {
26
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
27
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
28
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
29
- testImplementation("org.mockito:mockito-core:5.13.0")
30
- testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
+ testImplementation("org.mockito:mockito-core:5.14.1")
+ testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
31
32
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
33
}
0 commit comments