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 3420521 commit e8b3c35Copy full SHA for e8b3c35
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
testImplementation("org.springframework.boot:spring-boot-starter-test")
25
testImplementation("io.kotest:kotest-runner-junit5:5.3.0")
26
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
27
- testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
+ testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
28
}
29
30
tasks.withType<KotlinCompile> {
0 commit comments