grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

Need the next build which will be having the protobuf upgrade to 3.25.5 #11602

Closed bharatgoelharness closed 1 week ago

bharatgoelharness commented 1 month ago

Need the next build which will be having the protobuf upgrade to 3.25.5

I see there is a commit tp upgrade protobif to 3.25.5 but there is no release after that. When is the next release build? @ejona86

ejona86 commented 1 month ago

You are free to upgrade protobuf-java in your own dependency tree. You do not need to wait for grpc-java. Add an explicit dependency on protobuf-java with the higher version. (And as always, if using maven, please use Maven Enforcer's requireUpperBoundDeps.) This is the same way people are upgrading to protobuf-java 4.x.

ejona86 commented 1 week ago

1.68.1 is released. For reference: the earlier issue #11542 and the upgrade itself #11543