| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Comment /request-review to automatically request reviews from the following teams:
You can also request review from a specific team by commenting /request-review team-name, or you can add a description with --notes "<message>" 💡 If you see something that doesn't look right, check the configuration guide. |
Sorry, something went wrong.
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.
Sorry, something went wrong.
|
|
||
| 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
Sorry, something went wrong.
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.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Context
Protobuf dependency is outdated and it cases a bunch of warnings in the logs.
Checklist