From d79de22f6376522f42bd74a92fcf1d849eb060fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:53:12 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5 in /kotlin-coroutines Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.7.2 to 5.8.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-coroutines/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-coroutines/build.gradle.kts b/kotlin-coroutines/build.gradle.kts index 1d834f77..a8571458 100644 --- a/kotlin-coroutines/build.gradle.kts +++ b/kotlin-coroutines/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("io.ktor:ktor-client-core:2.3.6") implementation("io.ktor:ktor-client-java:2.3.5") - testImplementation("io.kotest:kotest-runner-junit5:5.7.2") + testImplementation("io.kotest:kotest-runner-junit5:5.8.0") testImplementation("io.kotest:kotest-assertions-core:5.8.0") testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2") testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9")