[CONNECT-2858] Bump protobuf library and grpc version#17
[CONNECT-2858] Bump protobuf library and grpc version#17yziubrytska-wise merged 2 commits intomainfrom
Conversation
|
Comment
You can also request review from a specific team by commenting 💡 If you see something that doesn't look right, check the configuration guide. |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| def grpcVersion = '1.54.1' | ||
| def protobufVersion = '3.21.12' | ||
| def grpcVersion = '1.62.2' |
There was a problem hiding this comment.
why this version? Not sure it matters that much just curious
There was a problem hiding this comment.
honestly because it was the first one compatible with a new protobuf version
but I figured that we could update grpc to 1.79 (which is n-1) and still be compatible, so I updated both protobuf to use the latest 1.3.x patch and grpc.
Context
Protobuf dependency is outdated and it cases a bunch of warnings in the logs.
Checklist