Skip to content

Commit

Permalink
Merge pull request #52 from dirkgroot/renovate/io.kotest-kotest-runne…
Browse files Browse the repository at this point in the history
…r-junit5-5.x

Update dependency io.kotest:kotest-runner-junit5 to v5.6.2
  • Loading branch information
dirkgroot authored May 12, 2023
2 parents 6e53d41 + 2f0c362 commit 9a97caf
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 @@ -49,7 +49,7 @@ koverReport {
sourceSets["main"].java.srcDirs("src/main/gen")

dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.6.1")
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}
Expand Down

0 comments on commit 9a97caf

Please sign in to comment.