We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f38696 commit 52130a9Copy full SHA for 52130a9
1 file changed
WORKSPACE
@@ -47,9 +47,9 @@ http_archive(
47
48
http_archive(
49
name = "com_google_protobuf",
50
- sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930",
51
- strip_prefix = "protobuf-3.20.1",
52
- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz"],
+ sha256 = "c29d8b4b79389463c546f98b15aa4391d4ed7ec459340c47bffe15db63eb9126",
+ strip_prefix = "protobuf-3.21.3",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.3.tar.gz"],
53
)
54
55
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
@@ -216,7 +216,7 @@ maven_install(
216
],
217
218
219
-_gax_java_version = "2.18.1"
+_gax_java_version = "2.18.4"
220
221
222
name = "com_google_api_gax_java",
0 commit comments