Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-bom to v5.5.4 (#63)
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] authored Nov 4, 2022
1 parent a839b88 commit 4aa8f71
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 @@ -11,7 +11,7 @@ repositories {
dependencies {
implementation("com.charleskorn.kaml:kaml:0.49.0")

testImplementation(platform("io.kotest:kotest-bom:5.5.3"))
testImplementation(platform("io.kotest:kotest-bom:5.5.4"))
testImplementation("io.kotest:kotest-runner-junit5")
testImplementation("io.kotest:kotest-assertions-core")
}
Expand Down

0 comments on commit 4aa8f71

Please sign in to comment.