From ffd528ac8a6c836cf6e8da00a17147857d8b19f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:45:54 +0000 Subject: [PATCH] Bump io.kotest:kotest-assertions-core in /kotlin-coroutines Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core 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 c70fb0dc..96420113 100644 --- a/kotlin-coroutines/build.gradle.kts +++ b/kotlin-coroutines/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("io.ktor:ktor-client-java:2.3.11") testImplementation("io.kotest:kotest-runner-junit5:5.9.0") - testImplementation("io.kotest:kotest-assertions-core:5.8.1") + testImplementation("io.kotest:kotest-assertions-core:5.9.0") testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2") runtimeOnly("org.slf4j:slf4j-simple:2.0.13") }