Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency io.kotest:kotest-bom to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2022
1 parent 295b2f2 commit 42f99de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/towa-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
api("org.slf4j:slf4j-api:1.7.36")

// testing utilities
testImplementation(platform("io.kotest:kotest-bom:5.3.2"))
testImplementation(platform("io.kotest:kotest-bom:5.4.0"))
testImplementation("io.kotest:kotest-runner-junit5")
testImplementation("io.kotest:kotest-assertions-core")
testImplementation("io.kotest:kotest-property")
Expand Down

0 comments on commit 42f99de

Please sign in to comment.