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

Commit cea1978

Browse files
committed
Update dependency io.kotest:kotest-assertions-core to v5.5.5
1 parent c3ad43c commit cea1978

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
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("io.kotest:kotest-framework-api:5.5.4")
2626
testImplementation("io.ktor:ktor-client-apache:2.2.4")
2727
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
28-
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
28+
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
2929
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
3030
testImplementation("io.ktor:ktor-serialization-jackson:2.2.3")
3131
testImplementation("io.ktor:ktor-server-content-negotiation:2.2.3")

0 commit comments

Comments
 (0)