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 2482df1Copy full SHA for 2482df1
build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
implementation("org.jetbrains.kotlin:kotlin-reflect")
23
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
24
testImplementation("org.springframework.boot:spring-boot-starter-test")
25
- testImplementation("io.kotest:kotest-runner-junit5:5.3.0")
+ testImplementation("io.kotest:kotest-runner-junit5:5.7.1")
26
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
27
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
28
}
0 commit comments