From 8339d38fde0459ee9faee1387b61043dab1f79ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:07:41 +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.9.0 to 5.9.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 7184000c..76f9f41d 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.9.0") + testImplementation("io.kotest:kotest-assertions-core:5.9.1") testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2") runtimeOnly("org.slf4j:slf4j-simple:2.0.13") }