Skip to content

Commit dbb5d44

Browse files
fix(deps): update dependency io.kotest:kotest-assertions-core-jvm to v6
1 parent 3be425d commit dbb5d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
}
3333
testImplementation("io.mockk:mockk:1.13.16")
3434
testImplementation("com.ninja-squad:springmockk:4.0.2")
35-
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
35+
testImplementation("io.kotest:kotest-assertions-core-jvm:6.0.2")
3636
testImplementation("io.kotest:kotest-framework-concurrency:5.9.1")
3737

3838
testImplementation("org.springframework.security:spring-security-test")

0 commit comments

Comments
 (0)