From 7245bed2ea70a029cf0283ae8b84d08716a06aad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:16:28 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v3.25.3 --- internal.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal.bzl b/internal.bzl index 0599d44..a29291b 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 = "da82be8acc5347c7918ef806ebbb621b24988f7e1a19b32cd7fc73bc29b59186", + strip_prefix = "protobuf-3.25.3", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v3.25.3.tar.gz", ], )