From 147b949b37f1fc473e7fed99aaec8b132a96515d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:38:56 +0000 Subject: [PATCH] Update dependency io.kotest:kotest-assertions-core to v5.8.1 --- 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 fb9ce65..631123a 100644 --- a/kotest-extensions-ktor-openapi-plugin/build.gradle.kts +++ b/kotest-extensions-ktor-openapi-plugin/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { 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") - testImplementation("io.kotest:kotest-assertions-core:5.5.5") + testImplementation("io.kotest:kotest-assertions-core:5.8.1") testImplementation("io.ktor:ktor-server-test-host:2.2.4") testImplementation("io.ktor:ktor-serialization-jackson:2.2.4") testImplementation("io.ktor:ktor-server-content-negotiation:2.2.4")