Skip to content

Commit

Permalink
Update kotest to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 23aa2dd commit 2dd1d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

val kotest = "5.6.2"
val kotest = "5.9.1"
testImplementation("io.kotest:kotest-runner-junit5:$kotest")
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
testImplementation("io.kotest:kotest-assertions-json-jvm:$kotest")
Expand Down

0 comments on commit 2dd1d5c

Please sign in to comment.