We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf86b4 commit e4f8f34Copy full SHA for e4f8f34
1 file changed
build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
19
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
20
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
21
- testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
22
testImplementation("ch.qos.logback:logback-classic:1.4.11")
23
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
24
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.7.2")
0 commit comments