From fd8ce5bf0bc4ea85cfe102f71bbbe6f0afe2afcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:58:48 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- run/grpc-hello-world-bidi-streaming/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/grpc-hello-world-bidi-streaming/build.gradle.kts b/run/grpc-hello-world-bidi-streaming/build.gradle.kts index 993356ba..b4cb7825 100644 --- a/run/grpc-hello-world-bidi-streaming/build.gradle.kts +++ b/run/grpc-hello-world-bidi-streaming/build.gradle.kts @@ -24,7 +24,7 @@ kotlin.sourceSets.all { val grpcVersion = "1.62.2" val grpcKotlinVersion = "1.4.1" val protobufVersion = "3.25.3" -val coroutinesVersion = "1.8.0" +val coroutinesVersion = "1.9.0" dependencies { implementation(kotlin("stdlib"))