[1/3] Bump grpc java to 1.31.1 too#12255
Closed
dmivankov wants to merge 1 commit intobazelbuild:masterfrom
Closed
Conversation
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this pull request
Oct 22, 2020
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes bazelbuild#12255
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this pull request
Oct 22, 2020
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes bazelbuild#12255
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.
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around
Composed PR: #12241
Between 1.26.0 and 1.31.1 grpc-java had changes including
Transitively there's also dependency updates
and likely more
Quick look over changelogs doesn't reveal big breakages, so hopefully
this the update is compatible with other bootstrap jars