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 3be425d commit dbb5d44Copy full SHA for dbb5d44
simple/build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
}
33
testImplementation("io.mockk:mockk:1.13.16")
34
testImplementation("com.ninja-squad:springmockk:4.0.2")
35
- testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
+ testImplementation("io.kotest:kotest-assertions-core-jvm:6.0.2")
36
testImplementation("io.kotest:kotest-framework-concurrency:5.9.1")
37
38
testImplementation("org.springframework.security:spring-security-test")
0 commit comments