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 8de118d commit 26bffbdCopy full SHA for 26bffbd
1 file changed
backend/build.gradle.kts
@@ -71,7 +71,7 @@ dependencies {
71
testImplementation("org.springframework.boot:spring-boot-starter-test") {
72
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
73
}
74
- testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
+ testImplementation("io.kotest:kotest-runner-junit5:6.0.4")
75
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
76
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
77
// Testcontainers to provide Postgres DB (https://testcontainers.org/)
0 commit comments