Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-runner-junit5 to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent f671af9 commit f0f8290
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 @@ -25,7 +25,7 @@ dependencies {
implementation("io.kotest:kotest-framework-api:5.5.5")
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-runner-junit5:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
testImplementation("io.ktor:ktor-serialization-jackson:2.2.4")
Expand Down

0 comments on commit f0f8290

Please sign in to comment.