Skip to content

Commit

Permalink
chore(deps): update kotestversion to v5.9.0 (#1168)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent f8c2bd9 commit 0679e90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ testing {
val test by getting(JvmTestSuite::class) {
useJUnitJupiter()
dependencies {
val kotestVersion = "5.8.1"
val kotestVersion = "5.9.0"
implementation(gradleTestKit())
implementation("io.kotest:kotest-runner-junit5:$kotestVersion")
implementation("io.kotest:kotest-assertions-core:$kotestVersion")
Expand Down

0 comments on commit 0679e90

Please sign in to comment.