diff --git a/run/grpc-hello-world-gradle/build.gradle.kts b/run/grpc-hello-world-gradle/build.gradle.kts index efef5c68..a4fced42 100644 --- a/run/grpc-hello-world-gradle/build.gradle.kts +++ b/run/grpc-hello-world-gradle/build.gradle.kts @@ -21,7 +21,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.10.1" dependencies { implementation("javax.annotation:javax.annotation-api:1.3.2")