Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-assertions-core to v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2022
1 parent 75b81f6 commit 055f531
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 @@ -31,7 +31,7 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("io.mockk:mockk:1.13.1")
testImplementation("io.kotest:kotest-assertions-core:5.4.2")
testImplementation("io.kotest:kotest-assertions-core:5.5.3")
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
}

Expand Down

0 comments on commit 055f531

Please sign in to comment.