diff --git a/haskell/repositories.bzl b/haskell/repositories.bzl index 7889e4202..3fdace147 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 = "d2081ab9528292f7980ef2d88d2be472453eea4222141046ad4f660874d5f24e", + strip_prefix = "protobuf-32.1", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.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 aa6cc85c0..af89655fd 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 = "32.1", repo_name = "com_google_protobuf", ) bazel_dep(