You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
I am trying to upgrade from protobuf-java 3.x to 4.31 from 3.19
There are lot of braking changes and my existing tests cases are failing.
I wanted to know what is the compatilbe grpc libraries that works well with protobuf-java 4.31
I have the following in my dependencies right now
def protobufVersion = '4.31.0'
def grpcVersion = '1.62.2'