From fc7cec47a6411833ea19fabee55a73812e6e9adb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:43:53 +0000 Subject: [PATCH] Update dependency io.kotest:kotest-framework-engine to v5.7.2 --- kotest-extensions-ktor-openapi-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotest-extensions-ktor-openapi-plugin/build.gradle.kts b/kotest-extensions-ktor-openapi-plugin/build.gradle.kts index a78bab1..344ca1f 100644 --- a/kotest-extensions-ktor-openapi-plugin/build.gradle.kts +++ b/kotest-extensions-ktor-openapi-plugin/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("io.ktor:ktor-server-auth:2.2.4") implementation("io.swagger.parser.v3:swagger-parser:2.1.16") implementation("io.kotest:kotest-framework-api:5.5.5") - implementation("io.kotest:kotest-framework-engine:5.5.5") + implementation("io.kotest:kotest-framework-engine:5.7.2") testImplementation("io.ktor:ktor-client-apache:2.2.4") testImplementation("io.kotest:kotest-runner-junit5:5.5.5") testImplementation("io.kotest:kotest-assertions-core:5.5.5")