Open
Conversation
07324b0 to
c04df78
Compare
4756dc1 to
747ed34
Compare
9fb7698 to
0595945
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
=======================================
Coverage 79.54% 79.54%
=======================================
Files 19 19
Lines 709 709
Branches 170 170
=======================================
Hits 564 564
Misses 70 70
Partials 75 75 ☔ View full report in Codecov by Sentry. |
0595945 to
566f2d9
Compare
566f2d9 to
4220505
Compare
3.20.1 to 3.20.3 (patch)
4220505 to
36efdab
Compare
36efdab to
8f94148
Compare
3.20.1 to 3.20.3 (patch)8f94148 to
8990300
Compare
3.20.1 to 3.20.3 (patch)
8990300 to
2beb7be
Compare
3.20.1 to 3.20.3 (patch)2beb7be to
ad15623
Compare
3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)ad15623 to
cf5dd6f
Compare
3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)cf5dd6f to
a190b28
Compare
3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)3.20.1 to 3.20.3 (patch)
3.20.1 to 3.20.3 (patch)
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.
This PR contains the following updates:
0.8.18→0.8.193.20.1→3.20.33.20.1→3.20.33.20.1→3.20.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
protocolbuffers/protobuf (com.google.protobuf:protoc)
v3.20.3: Protocol Buffers v3.20.3Java
migrate parsing logic from parse constructor to builder.
constructor" to the Builder class.
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
instances and merging afterwards. This has much better performance.
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.
v3.20.2: Protocol Buffers v3.20.2C++
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.