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

Commit 7c09696

Browse files
Update dependency io.kotest:kotest-assertions-core to v5.9.1
1 parent 60ed07a commit 7c09696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("io.kotest:kotest-framework-engine:5.5.5")
2727
testImplementation("io.ktor:ktor-client-apache:2.2.4")
2828
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
29-
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
29+
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
3030
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
3131
testImplementation("io.ktor:ktor-serialization-jackson:2.2.4")
3232
testImplementation("io.ktor:ktor-server-content-negotiation:2.2.4")

0 commit comments

Comments
 (0)