diff --git a/run/grpc-hello-world-streaming/build.gradle.kts b/run/grpc-hello-world-streaming/build.gradle.kts index b8ff8aaa..1beaae5e 100644 --- a/run/grpc-hello-world-streaming/build.gradle.kts +++ b/run/grpc-hello-world-streaming/build.gradle.kts @@ -23,7 +23,7 @@ kotlin.sourceSets.all { val grpcVersion = "1.61.1" val grpcKotlinVersion = "1.4.1" -val protobufVersion = "3.25.2" +val protobufVersion = "3.25.3" val coroutinesVersion = "1.8.0" dependencies {