From 38603515399b7cf90174e7d3839cdeabea6c88b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:58:27 +0000 Subject: [PATCH] Update protobuf monorepo to v35 --- haskell/repositories.bzl | 6 +++--- rules_haskell_tests/MODULE.bazel | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/haskell/repositories.bzl b/haskell/repositories.bzl index 7a1af3c44..49b5bddc0 100644 --- a/haskell/repositories.bzl +++ b/haskell/repositories.bzl @@ -156,10 +156,10 @@ def rules_haskell_dependencies(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a", - strip_prefix = "protobuf-28.3", + sha256 = "22775f9376938295efa2d59a59bde4cd075a42df5a9b4d27aa9b99fa6a413bd2", + strip_prefix = "protobuf-35.1", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v35.1.tar.gz", ], patches = [ # see https://github.com/protocolbuffers/protobuf/issues/16844 diff --git a/rules_haskell_tests/MODULE.bazel b/rules_haskell_tests/MODULE.bazel index 1071d500a..12cecb22b 100644 --- a/rules_haskell_tests/MODULE.bazel +++ b/rules_haskell_tests/MODULE.bazel @@ -81,7 +81,7 @@ bazel_dep( ) bazel_dep( name = "protobuf", - version = "28.3", + version = "35.1", repo_name = "com_google_protobuf", ) single_version_override(