From 32ea29c2b316ed76115e3958406ef2386ac1754f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 26 May 2022 01:50:13 +0200 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v3.21.0 (#1100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/protocolbuffers/protobuf) | http_archive | minor | `v3.20.1` -> `v3.21.0` | --- ### Release Notes
protocolbuffers/protobuf ### [`v3.21.0`](https://togithub.com/protocolbuffers/protobuf/compare/v3.20.1...v3.21.0) [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.20.1...v3.21.0)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-showcase). --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index dfc78e283..0e9aae766 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -35,9 +35,9 @@ switched_rules_by_language(name = "com_google_googleapis_imports", grpc = True) # http_archive( name = "com_google_protobuf", - sha256 = "662879e41508a5ecce3be2c65563a8fac3301a48adef3113913ec4010f405a33", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.zip"], - strip_prefix = "protobuf-3.20.1", + sha256 = "05e368b4fe0a71c096b68f7e2f0c81ba61743d06baa858cf6f00ce78959c12c6", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.0.zip"], + strip_prefix = "protobuf-3.21.0", ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") protobuf_deps()