This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
deps: update dependency com.google.protobuf:protobuf-bom to v3.12.0 #218
Merged
gcf-merge-on-green
merged 1 commit into
googleapis:master
from
renovate-bot:renovate/protobuf.version
May 19, 2020
Merged
deps: update dependency com.google.protobuf:protobuf-bom to v3.12.0 #218
gcf-merge-on-green
merged 1 commit into
googleapis:master
from
renovate-bot:renovate/protobuf.version
May 19, 2020
Conversation
This file contains 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
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
May 16, 2020
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
May 16, 2020
yoshi-kokoro
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
May 16, 2020
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
May 16, 2020
Codecov Report
@@ Coverage Diff @@
## master #218 +/- ##
============================================
- Coverage 67.73% 67.61% -0.13%
Complexity 379 379
============================================
Files 36 36
Lines 1968 1976 +8
Branches 260 262 +2
============================================
+ Hits 1333 1336 +3
- Misses 527 532 +5
Partials 108 108
Continue to review full report at Codecov.
|
chingor13
approved these changes
May 19, 2020
chingor13
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
May 19, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
May 26, 2020
🤖 I have created a release \*beep\* \*boop\* --- ### [1.93.5](https://www.github.com/googleapis/java-core/compare/v1.93.4...v1.93.5) (2020-05-26) ### Dependencies * rely on shared-config for auto-value configuration ([#222](https://www.github.com/googleapis/java-core/issues/222)) ([22adbcf](https://www.github.com/googleapis/java-core/commit/22adbcf307cf5ef4819bad9afa91c4c83a9f31bb)) * update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#215](https://www.github.com/googleapis/java-core/issues/215)) ([488a351](https://www.github.com/googleapis/java-core/commit/488a351ab41adafb1d969740bfbd3a6d2ddfd36d)) * update dependency com.google.guava:guava-bom to v29 ([#205](https://www.github.com/googleapis/java-core/issues/205)) ([48d3f97](https://www.github.com/googleapis/java-core/commit/48d3f970bd931ee5f04205ab939c318c69cbcf3f)) * update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([#211](https://www.github.com/googleapis/java-core/issues/211)) ([e56b3ef](https://www.github.com/googleapis/java-core/commit/e56b3ef0e2ea5c96b36f8aae851fd26efe1337c1)) * update dependency com.google.protobuf:protobuf-bom to v3.12.0 ([#218](https://www.github.com/googleapis/java-core/issues/218)) ([b2c6f15](https://www.github.com/googleapis/java-core/commit/b2c6f15ae63302dbeea16ecb7d7b89404907516f)) * update dependency io.grpc:grpc-bom to v1.29.0 ([#209](https://www.github.com/googleapis/java-core/issues/209)) ([e63cb7c](https://www.github.com/googleapis/java-core/commit/e63cb7ca69e49afae50af1f2cf4fe3601984be49)) * update dependency org.threeten:threetenbp to v1.4.4 ([#210](https://www.github.com/googleapis/java-core/issues/210)) ([a837fa4](https://www.github.com/googleapis/java-core/commit/a837fa441fbbf83494709b1779e0ef35ef13b345)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
automerge
Merge the pull request once unit tests and other checks pass.
cla: yes
This human has signed the Contributor License Agreement.
kokoro:run
Add this label to force Kokoro to re-run the tests.
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.
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.