Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit c3ad43c

Browse files
committed
Update dependency io.kotest:kotest-runner-junit5 to v5.5.5
1 parent 5def411 commit c3ad43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest-extensions-ktor-openapi-plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("io.swagger.parser.v3:swagger-parser:2.1.12")
2525
implementation("io.kotest:kotest-framework-api:5.5.4")
2626
testImplementation("io.ktor:ktor-client-apache:2.2.4")
27-
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
27+
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
2828
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
2929
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
3030
testImplementation("io.ktor:ktor-serialization-jackson:2.2.3")

0 commit comments

Comments
 (0)