Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-assertions-core to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent f8df29f commit 147b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotest-extensions-ktor-openapi-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation("io.kotest:kotest-framework-engine:5.5.5")
testImplementation("io.ktor:ktor-client-apache:2.2.4")
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
testImplementation("io.ktor:ktor-serialization-jackson:2.2.4")
testImplementation("io.ktor:ktor-server-content-negotiation:2.2.4")
Expand Down

0 comments on commit 147b949

Please sign in to comment.