diff --git a/internal.bzl b/internal.bzl index 0599d44..7c27440 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 = "0930b1a6eb840a2295dfcb13bb5736d1292c3e0d61a90391181399327be7d8f1", + strip_prefix = "protobuf-24.1", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v24.1.tar.gz", ], )