Skip to content

Commit

Permalink
Update kotest to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent d48b683 commit 7af491a
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 @@ -45,7 +45,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

val kotest = "5.6.2"
val kotest = "5.8.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 7af491a

Please sign in to comment.