Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-runner-junit5 to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent 00ba530 commit f5c5b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
testImplementation("io.kotest:kotest-runner-junit5:5.3.2")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
testImplementation("io.kotest.extensions:kotest-extensions-allure:1.2.0")
}

Expand Down

0 comments on commit f5c5b6c

Please sign in to comment.