[dependency] Upgrade Grpc to 1.45.1#15222
Closed
gaoran10 wants to merge 1 commit intoapache:masterfrom
Closed
Conversation
Member
|
I think it's contained in #15212 |
Contributor
Author
|
I found the PR #15212 already try to upgrade the grpc, I close this PR. |
Contributor
Author
|
@shoothzj Yes, I found it. I'll close this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Currently, the grpc
1.42.1import a shaded netty4.1.51.Finalpackage, it has some issues GHSA-9vjp-v76f-g363, GHSA-grg4-wf29-r9vv, sinceio.grpc:grpc-all:1.44.0, it upgraded the netty to4.1.72.Final, refer to https://github.com/grpc/grpc-java/blob/v1.44.0/build.gradle#L58 and grpc/grpc-java#8780. So we need to upgrade the grpc to1.44.0+.Modifications
Bump the grpc to
1.45.1.Does this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesDocumentation
Check the box below or label this PR directly.
Need to update docs?
doc-required(Your PR needs to update docs and you will update later)
no-need-doc(Please explain why)
doc(Your PR contains doc changes)
doc-added(Docs have been already added)