From c86aca5743f04422d99c92b2c3a4c68e81bb3754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:47:00 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v3.23.4 --- internal.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal.bzl b/internal.bzl index 3e12d84..f019753 100644 --- a/internal.bzl +++ b/internal.bzl @@ -79,10 +79,10 @@ def internal_dependencies(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53", - strip_prefix = "protobuf-3.21.12", + sha256 = "c56b669e5898100142ff5936221b9c2854ce88379fd473d008607d3537500619", + strip_prefix = "protobuf-3.23.4", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v3.23.4.tar.gz", ], )