Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 02b6d65

Browse files
Update dependency io.kotest:kotest-runner-junit5 to v5.7.2
1 parent 00ba530 commit 02b6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
1616
dependencies {
1717
implementation(kotlin("stdlib"))
1818
implementation(kotlin("reflect"))
19-
testImplementation("io.kotest:kotest-runner-junit5:5.3.2")
19+
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
2020
testImplementation("io.kotest.extensions:kotest-extensions-allure:1.2.0")
2121
}
2222

0 commit comments

Comments
 (0)