From 9aee1d563d36b7139f94e322e22144135394453d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 20:05:37 +0000 Subject: [PATCH] Update dependency io.kotest:kotest-assertions-core to v5.9.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..9691b49 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation("io.ktor:ktor-client-cio:2.2.1") // Use the kotlin test library - testImplementation("io.kotest:kotest-assertions-core:5.5.4") + testImplementation("io.kotest:kotest-assertions-core:5.9.0") testImplementation("io.kotest:kotest-runner-junit5:5.5.4") // Compile Minestom into project