Skip to content

Bump protobuf from 32.0 to 36.0 - #4493

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/protobuf-36.0
Open

Bump protobuf from 32.0 to 36.0#4493
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/protobuf-36.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps protobuf from 32.0 to 36.0.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v36.0

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.
  • Migration Guide may include additional guidance for breaking changes.

Bazel

Compiler

C++

Java

With this release JavaProto no longer uses sun.misc.Unsafe as long as you are utilizing the standard generated code. You should no longer see warnings printed about sun.misc.Unsafe. If you see any issues, please let us know on protocolbuffers/protobuf#20760

Note that the runtime itself still contains references to sun.misc.Unsafe in paths which are exclusively to support Lite generated code. Lite is emitted by a separate code generator which creates generated code optimized for mobile clientside contexts, especially alongside R8 optimizations. Android does not have a timeline to removing sun.misc.Unsafe, and we have found the performance regression too significant to consider removing these paths at this time. It is still TBD for how we can best navigate this mobile vs JVM split on this topic.

... (truncated)

Commits
  • 3f17acb Updating version.json and repo version numbers to: 36.0
  • 921b1a1 Merge pull request #29223 from protocolbuffers/cp_csharp_gencode_into_36.x
  • 7f155ab Auto-generate files after cl/963493738
  • d5c0931 Merge pull request #29202 from protocolbuffers/runze/rust-cherry-pick-36.x
  • daf4964 Fix typo in legacy_rust
  • ec84831 Merge pull request #29161 from protocolbuffers/tonyliaoss-csharp-cherrypick
  • 156d42d Cache custom JSON enum names in JsonParser using Lazy.
  • f11aac4 csharp: add support for custom json strings for enum values
  • c8ec850 Merge pull request #29162 from protocolbuffers/runze/rust-cherry-pick-36.x
  • 96e772f Re-export to google-protobuf crate in 0.x.y for 36.0 and above
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 32.0 to 36.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](protocolbuffers/protobuf@v32.0...v36.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: '36.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 01:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Aug 28, 2026
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.13%. Comparing base (45f2629) to head (ec48042).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4493      +/-   ##
==========================================
+ Coverage   83.12%   83.13%   +0.01%     
==========================================
  Files         519      519              
  Lines       20256    20256              
==========================================
+ Hits        16835    16837       +2     
+ Misses       3421     3419       -2     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants