diff --git a/kotest-extensions-ktor-openapi-plugin/build.gradle.kts b/kotest-extensions-ktor-openapi-plugin/build.gradle.kts index d96576d..1f1af96 100644 --- a/kotest-extensions-ktor-openapi-plugin/build.gradle.kts +++ b/kotest-extensions-ktor-openapi-plugin/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("io.ktor:ktor-server-core:2.2.4") implementation("io.ktor:ktor-server-auth:2.2.4") implementation("io.swagger.parser.v3:swagger-parser:2.1.22") - implementation("io.kotest:kotest-framework-api:5.5.5") + implementation("io.kotest:kotest-framework-api:5.9.1") 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")