Skip to content

Commit

Permalink
Merge pull request #144 from okp4/dependabot/gradle/kotestVersion-5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
2 parents 8bc3ac1 + 20dcf3e commit 3c91f7e
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 @@ -91,7 +91,7 @@ dependencies {

testImplementation(kotlin("test"))

val kotestVersion = "5.6.2"
val kotestVersion = "5.7.1"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
testImplementation("io.kotest:kotest-property:$kotestVersion")
Expand Down

0 comments on commit 3c91f7e

Please sign in to comment.