Skip to content

Commit 8c55021

Browse files
aapelivsampajano
andauthored
Upgrade protobuf and grpc deps (#1211)
* Upgrade protobuf and grpc deps * Update protobuf version in prereqs dockerfile Co-authored-by: Eryu Xia <eryu@google.com>
1 parent 78313a2 commit 8c55021

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ http_archive(
1313

1414
http_archive(
1515
name = "com_google_protobuf",
16-
sha256 = "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2",
17-
strip_prefix = "protobuf-3.17.3",
16+
sha256 = "ba0650be1b169d24908eeddbe6107f011d8df0da5b1a5a4449a913b10e578faf",
17+
strip_prefix = "protobuf-3.19.4",
1818
urls = [
19-
"https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz",
19+
"https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protobuf-all-3.19.4.tar.gz",
2020
],
2121
)
2222

2323
http_archive(
2424
name = "com_github_grpc_grpc",
25-
sha256 = "43feda4d7ce2892400d5a0cbccecc5b1790f3253244a171360018d84c2949fb7",
26-
strip_prefix = "grpc-1.33.2",
25+
sha256 = "de2d3168e77e5ffb27758b07e87f6066fd0d8087fe272f278771e7780e6aaacb",
26+
strip_prefix = "grpc-1.44.0",
2727
urls = [
28-
"https://github.com/grpc/grpc/archive/v1.33.2.zip",
28+
"https://github.com/grpc/grpc/archive/v1.44.0.zip",
2929
],
3030
)
3131

net/grpc/gateway/docker/prereqs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
FROM buildpack-deps:stretch AS prepare
2323

2424
ARG BUILDIFIER_VERSION=1.0.0
25-
ARG PROTOBUF_VERSION=3.17.3
25+
ARG PROTOBUF_VERSION=3.19.4
2626

2727
RUN apt-get -qq update && apt-get -qq install -y curl unzip
2828

0 commit comments

Comments
 (0)