Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-property to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and acanda committed May 9, 2024
1 parent 0a535f2 commit 9420bd6
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 @@ -70,7 +70,7 @@ testing {
val test by getting(JvmTestSuite::class) {
useJUnitJupiter("5.10.0")
dependencies {
val kotestVersion = "5.8.1"
val kotestVersion = "5.9.0"
implementation("io.kotest:kotest-runner-junit5:$kotestVersion")
implementation("io.kotest:kotest-property:$kotestVersion")
runtimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
Expand Down

0 comments on commit 9420bd6

Please sign in to comment.