From 76b75e1ae49d97a3264a6c5f2f78a078f7fbdb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:28:18 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core in /api (#21) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0-RC to 1.9.0-RC.2. - [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.9.0-RC...1.9.0-RC.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/build.gradle.kts b/api/app/build.gradle.kts index f34a185..55a30b8 100644 --- a/api/app/build.gradle.kts +++ b/api/app/build.gradle.kts @@ -45,7 +45,7 @@ testing { dependencies { implementation(project()) - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2") implementation("org.testcontainers:testcontainers:1.20.1") implementation(platform("io.ktor:ktor-bom:3.0.0-beta-2")) implementation("io.ktor:ktor-client-core")