Skip to content

Update dependency protobuf to v3.19.6#52

Open
renovate[bot] wants to merge 1 commit into
release-6.0.0-pre.20221020.1rc1from
renovate/protobuf-3.x
Open

Update dependency protobuf to v3.19.6#52
renovate[bot] wants to merge 1 commit into
release-6.0.0-pre.20221020.1rc1from
renovate/protobuf-3.x

Conversation

@renovate

@renovate renovate Bot commented Jan 15, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
protobuf bazel_dep patch 3.19.03.19.6

Release Notes

protocolbuffers/protobuf (protobuf)

v3.19.6: Protocol Buffers v3.19.6

Java
  • Refactoring java full runtime to reuse sub-message builders and prepare to
    migrate parsing logic from parse constructor to builder.
  • Move proto wireformat parsing functionality from the private "parsing
    constructor" to the Builder class.
  • Change the Lite runtime to prefer merging from the wireformat into mutable
    messages rather than building up a new immutable object before merging. This
    way results in fewer allocations and copy operations.
  • Make message-type extensions merge from wire-format instead of building up
    instances and merging afterwards. This has much better performance.
  • Fix TextFormat parser to build up recurring (but supposedly not repeated)
    sub-messages directly from text rather than building a new sub-message and
    merging the fully formed message into the existing field.
  • This release addresses a Security Advisory for Java users

v3.19.2: Protocol Buffers v3.19.2

Java

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants