Skip to content

Commit c1389b1

Browse files
chore(deps): update dependency protoc to v34.1 (#1941)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [protoc](https://redirect.github.com/protocolbuffers/protobuf) | minor | `34.0` → `34.1` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (protoc)</summary> ### [`v34.1`](https://redirect.github.com/protocolbuffers/protobuf/releases/tag/v34.1): Protocol Buffers v34.1 [Compare Source](https://redirect.github.com/protocolbuffers/protobuf/compare/34.0-hack1...v34.1) ### Announcements - [Protobuf News](https://protobuf.dev/news/) may include additional announcements or pre-announcements for upcoming changes. ### Bazel - Moved `protocopt` flag out of the `cc` dir, since it is not a c++-specific flag. ([`3db9fd1`](https://redirect.github.com/protocolbuffers/protobuf/commit/3db9fd1be16917f26590eccd6dfb51b8dcad0d15)) - Add support for bazel 9.x ([#&#8203;26201](https://redirect.github.com/protocolbuffers/protobuf/issues/26201)) ([`763c5da`](https://redirect.github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)) ### C++ - Updated CMake dependencies. ([`5583485`](https://redirect.github.com/protocolbuffers/protobuf/commit/5583485833ba82a21e15c53d2efcc61720731cb4)) - Add cc\_proto\_library for MessageSet in //src/google/protobuf/bridge ([`523a6a4`](https://redirect.github.com/protocolbuffers/protobuf/commit/523a6a4758f5e3cae7f10dad5b08941588946ff3)) - Add support for bazel 9.x ([#&#8203;26201](https://redirect.github.com/protocolbuffers/protobuf/issues/26201)) ([`763c5da`](https://redirect.github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)) ### Java - Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. ([`ab3d7f0`](https://redirect.github.com/protocolbuffers/protobuf/commit/ab3d7f0041b22af4a61b6184fc2ac25092968840)) ### Python - Add support for bazel 9.x ([#&#8203;26201](https://redirect.github.com/protocolbuffers/protobuf/issues/26201)) ([`763c5da`](https://redirect.github.com/protocolbuffers/protobuf/commit/763c5da3ff011a49f1c00992cdf9b4924d6b74bb)) ### Other - Fixed release\_prep.sh script `mkdir` command to follow `INTEGRITY_FILE` location. ([`e700d7d`](https://redirect.github.com/protocolbuffers/protobuf/commit/e700d7d6478f3a8800fbcf7f156a0675c1c96392)) - Second try at fixing the release\_prep.sh file path! ([#&#8203;26097](https://redirect.github.com/protocolbuffers/protobuf/issues/26097)) ([`f5ccaf3`](https://redirect.github.com/protocolbuffers/protobuf/commit/f5ccaf3b4e4c5122bacc8d6e4832dd339ec9e81e)) </details> --- ### Configuration 📅 **Schedule**: 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-gestalt).
1 parent cf6844c commit c1389b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ just = "1.47.1"
55
"cargo:cargo-llvm-cov" = "0.8.0"
66
pulumi = "3.227.0"
77
"cargo-binstall" = "1.17.5"
8-
protoc = "34.0"
8+
protoc = "34.1"

0 commit comments

Comments
 (0)