From e59c9463342fac6cc7b71d1a4d131196f150460e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:18:36 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-debug from 1.8.0 to 1.8.1 Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-debug](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9bdfc56..76ebce4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { testImplementation("io.ktor:ktor-client-logging") testImplementation("io.kotest.extensions:kotest-extensions-wiremock:3.0.1") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.1") } spotless {