diff --git a/run/grpc-hello-world-streaming/build.gradle.kts b/run/grpc-hello-world-streaming/build.gradle.kts index 1beaae5e..4db7be92 100644 --- a/run/grpc-hello-world-streaming/build.gradle.kts +++ b/run/grpc-hello-world-streaming/build.gradle.kts @@ -21,7 +21,7 @@ kotlin.sourceSets.all { languageSettings.optIn("kotlin.RequiresOptIn") } -val grpcVersion = "1.61.1" +val grpcVersion = "1.62.2" val grpcKotlinVersion = "1.4.1" val protobufVersion = "3.25.3" val coroutinesVersion = "1.8.0"