From 8cb957f8f9d63ec07dd1e375d4df1588ded9b2d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 09:42:55 +0000 Subject: [PATCH] Update dependency io.kotest:kotest-runner-junit5 to v5.6.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..189dca1 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.6.2") // Compile Minestom into project implementation("com.github.Minestom", "Minestom", "7867313290")