grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.46k stars 811 forks source link

[DOC] update gRPC and protobuf version on docs #978

Closed tonyals closed 10 months ago

tonyals commented 10 months ago

Hey, I updated the gRPC and Protobuf version in the documentation to avoid this error:

symbol: isstringempty method (java.lang.object)
location: class com.google.protobuf.generatedmessagev3

This issue was caused by the older version of Protobuf (3.19.1) and gRPC (1.42.1) contained in the step-by-step configuration