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 0c38b5d commit dd65b35Copy full SHA for dd65b35
build.gradle.kts
@@ -56,7 +56,7 @@ dependencies {
56
testImplementation("org.springframework.boot:spring-boot-starter-test")
57
58
// Kotest
59
- val kotestVersion = "5.9.0"
+ val kotestVersion = "5.9.1"
60
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
61
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
62
0 commit comments