Skip to content

Commit aa4559a

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
chore: upgrading Protobuf to 23.1 and gRPC to 1.55.0 in code generation
PiperOrigin-RevId: 534084593
1 parent 5d2c0c5 commit aa4559a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ http_archive(
123123
],
124124
)
125125

126-
_grpc_version = "1.54.1"
126+
_grpc_version = "1.55.0"
127127

128-
_grpc_sha256 = "8f01dac5a32104acbb76db1e6b447dc5b3dc738cb9bceeee01843d9d01d1d788"
128+
_grpc_sha256 = "c1f26622796e975a50f314e54c8bc558021ab1dabac308b9d97390c863aade9d"
129129

130130
http_archive(
131131
name = "com_github_grpc_grpc",
@@ -155,12 +155,12 @@ apple_support_dependencies()
155155
# End of C++ section
156156

157157
# Explicitly declaring Protobuf version, while Protobuf dependency is already
158-
# instantiated in grpc_deps().
158+
# instantiated in grpc_deps().
159159
http_archive(
160160
name = "com_google_protobuf",
161-
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
162-
strip_prefix = "protobuf-3.21.12",
163-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz"],
161+
sha256 = "dc167b7d23ec0d6e4a3d4eae1798de6c8d162e69fa136d39753aaeb7a6e1289d",
162+
strip_prefix = "protobuf-23.1",
163+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v23.1.tar.gz"],
164164
)
165165

166166
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps", "PROTOBUF_MAVEN_ARTIFACTS")

0 commit comments

Comments
 (0)