From a4365445d9ed8d4620273fc19b9a75f79b2840ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:48:07 +0000 Subject: [PATCH] fix(deps): update dependency io.kotest:kotest-runner-junit5 to v5.9.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 53fb5ce8..b4c5e493 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { testImplementation(kotlin("test")) - testImplementation("io.kotest:kotest-runner-junit5:5.9.0") + testImplementation("io.kotest:kotest-runner-junit5:5.9.1") testImplementation("io.mockk:mockk:1.13.11") implementation(kotlin("reflect")) implementation("junit:junit:4.13.2")