Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-assertions-core to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 739c09e commit b17f42a
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 @@ -53,7 +53,7 @@ sourceSets["main"].java.srcDirs("src/main/gen")
dependencies {
testImplementation(kotlin("test"))
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.26.1")
}

Expand Down

0 comments on commit b17f42a

Please sign in to comment.