From 11eba0886fd79a34d1ad5a15af8ed4cb3645ab93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:16:59 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v34 --- e2e/smoke/WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/smoke/WORKSPACE.bazel b/e2e/smoke/WORKSPACE.bazel index 14d1dba..9e8fc6c 100644 --- a/e2e/smoke/WORKSPACE.bazel +++ b/e2e/smoke/WORKSPACE.bazel @@ -46,9 +46,9 @@ bazel_features_deps() http_archive( name = "com_google_protobuf", - sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c", - strip_prefix = "protobuf-29.0", - url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protobuf-29.0.tar.gz", + sha256 = "e4e6ff10760cf747a2decd1867741f561b216bd60cc4038c87564713a6da1848", + strip_prefix = "protobuf-34.1", + url = "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protobuf-34.1.tar.gz", ) load("@com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility