diff --git a/haskell/repositories.bzl b/haskell/repositories.bzl index 7937c2fcc..4b98541e6 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 = "0c98bb704ceb4e68c92f93907951ca3c36130bc73f87264e8c0771a80362ac97", + strip_prefix = "protobuf-33.1", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v33.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 e79fe7e78..5d6ab53f9 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.1", repo_name = "com_google_protobuf", ) bazel_dep(