From 5aa70bfaf96df111a856afbf95bb193aadc6bb22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:14:01 +0000 Subject: [PATCH] chore(deps): update protobuf monorepo to v33 --- 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 892180bb2..55a260cea 100644 --- a/haskell/repositories.bzl +++ b/haskell/repositories.bzl @@ -129,10 +129,10 @@ def rules_haskell_dependencies(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a", - strip_prefix = "protobuf-28.3", + sha256 = "b6b03fbaa3a90f3d4f2a3fa4ecc41d7cd0326f92fcc920a7843f12206c8d52cd", + strip_prefix = "protobuf-33.0", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v33.0.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 f80a0708f..c9814667d 100644 --- a/rules_haskell_tests/MODULE.bazel +++ b/rules_haskell_tests/MODULE.bazel @@ -81,7 +81,7 @@ bazel_dep( ) bazel_dep( name = "protobuf", - version = "21.7", + version = "33.0", repo_name = "com_google_protobuf", ) bazel_dep(