-
Notifications
You must be signed in to change notification settings - Fork 39
deps: update dependency com.google.protobuf:protobuf-bom to v3.12.0 #165
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
deps: update dependency com.google.protobuf:protobuf-bom to v3.12.0 #165
Conversation
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
=========================================
Coverage 76.73% 76.73%
Complexity 579 579
=========================================
Files 42 42
Lines 3426 3426
Branches 237 237
=========================================
Hits 2629 2629
Misses 651 651
Partials 146 146 Continue to review full report at Codecov.
|
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
🤖 I have created a release \*beep\* \*boop\* --- ### [1.101.2](https://www.github.com/googleapis/java-logging/compare/v1.101.1...v1.101.2) (2020-06-10) ### Bug Fixes * remove duplicate classes provided by proto-google-common-protos ([#177](https://www.github.com/googleapis/java-logging/issues/177)) ([08d8639](https://www.github.com/googleapis/java-logging/commit/08d86391250642cbe4bac27b3853fe7f40458cdc)) ### Dependencies * update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#156](https://www.github.com/googleapis/java-logging/issues/156)) ([84a6ccd](https://www.github.com/googleapis/java-logging/commit/84a6ccde0cf01fc0d7c331300abadfcf4e004b7a)) * update dependency com.google.guava:guava-bom to v29 ([#136](https://www.github.com/googleapis/java-logging/issues/136)) ([8c261a0](https://www.github.com/googleapis/java-logging/commit/8c261a0d3386bf3867fda7cc0eac2e6821639359)) * update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([#153](https://www.github.com/googleapis/java-logging/issues/153)) ([181447a](https://www.github.com/googleapis/java-logging/commit/181447a6b33ed34de16926da008e789ac5570043)) * update dependency com.google.protobuf:protobuf-bom to v3.12.0 ([#165](https://www.github.com/googleapis/java-logging/issues/165)) ([62ec11d](https://www.github.com/googleapis/java-logging/commit/62ec11d0f4be627a291567d356b0912d35b00f99)) * update dependency io.grpc:grpc-bom to v1.29.0 ([#149](https://www.github.com/googleapis/java-logging/issues/149)) ([5841918](https://www.github.com/googleapis/java-logging/commit/5841918619873f500efe000d60bd8d3c5f5ab0d8)) * update dependency org.threeten:threetenbp to v1.4.4 ([#151](https://www.github.com/googleapis/java-logging/issues/151)) ([abeac81](https://www.github.com/googleapis/java-logging/commit/abeac81a3117eb42ec3bfa9bfa1b934a303bc90e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
This PR contains the following updates:
3.11.4
->3.12.0
Release Notes
protocolbuffers/protobuf
v3.12.0
Compare Source
Protocol Compiler
presence tracking. This is enabled by adding the "optional" field label and
passing the
--experimental_allow_proto3_optional
flag to protoc.proto3 presence, see docs/implementing_proto3_presence.md for instructions.
the command-line, to match the behavior when multiple .proto files are passed.
protoc --descriptor_set_out
(#7175)C++
fail when there are missing required fields.
accessor as an easier way of determining if a message is a Well-Known Type.
an "optional" label for a field in a oneof.
Descriptor::extension and DescriptorPool::FindAllExtensions.
protos where this is possible.
Java
getValueDescriptor() on enum special value UNRECOGNIZED instead of
ArrayIndexOutOfBoundsException.
would override the configuration passed into includingDefaultValueFields().
for repeated fields to avoid autoboxing the list contents.
Python
implementation (C++ extension was already doing this).
directly.
JavaScript
PHP
Ruby
C
on descriptors instead (#7491)
Objective-C
Other
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.