Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-bom to v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2023
1 parent 2432197 commit 554e7c6
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.53.0")

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

0 comments on commit 554e7c6

Please sign in to comment.