-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade //third_party/protobuf version to 3.7.0 #7611
Comments
Currently, the new release cannot be built with Bazel due to the missing dependency on Error Prone Annotations library, that was fixed here: [1]. |
Closes bazelbuild#7611. Change-Id: Ib6edee142ed3cf92806f2b63d119ae11ebe51a6f
Closes bazelbuild#7611. Change-Id: I3bae96836d9a25f48fed96338e7f4bf59a19d42c
Closes bazelbuild#7611. Change-Id: I95f61293971ce7dcf4557bf7cf2c8890544c7d31
Closes bazelbuild#7611. Change-Id: I7557fddc7148d3933c1bf2223bab450f58c5e621
Closes bazelbuild#7611. Change-Id: I7557fddc7148d3933c1bf2223bab450f58c5e621
On behalf of @davido, merging his PR 1: bazelbuild@026afdb This PR must be merged directly to https://bazel.googlesource.com/bazel/+/master. Rationale: https://github.com/bazelbuild/bazel/tree/master/third_party/protobuf#1st-pr-add-the-new-protobuf-version-to-the-bazel-tree See bazelbuild#7611 Change-Id: Ib6edee142ed3cf92806f2b63d119ae11ebe51a6f
Hi @davido, I'd like to understand why you think we need to upgrade the protobuf version in Bazel? Thanks, |
@buchgr I already answered this question in my answer to @laszlocsomor in this PR: #7681 (comment) and here: #7775 (comment). |
Update to a more recent version in 5e571d2 |
Protobuf 3.7.0 was recently released: [1].
[1] https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.0
The text was updated successfully, but these errors were encountered: