From f9537bf5d670505e58c4dd5ef6c54eb7ca96999b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:42:30 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v3.24.2 --- internal.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal.bzl b/internal.bzl index 0599d44..7fdff42 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 = "721471acb7d9dee42a6eec739d585d767cfbe28e23e473d34df061ae4fae5e55", + strip_prefix = "protobuf-3.24.2", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v3.24.2.tar.gz", ], )