mirror of https://github.com/grpc/grpc-web.git
Bump some third_party links
This commit is contained in:
parent
7293d9d421
commit
c7dedab92c
|
|
@ -16,7 +16,7 @@ set -ex
|
||||||
|
|
||||||
cd "$(dirname "$0")"/..
|
cd "$(dirname "$0")"/..
|
||||||
git submodule --quiet update --init
|
git submodule --quiet update --init
|
||||||
cd third_party/closure-library && git checkout tags/v20190909 -f && cd ../..
|
cd third_party/closure-library && git checkout tags/v20200406 -f && cd ../..
|
||||||
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
||||||
cd third_party/grpc && git checkout 2de2e8d -f && \
|
cd third_party/grpc && git checkout tags/v1.28.1 -f && \
|
||||||
git submodule --quiet update --init && cd ../..
|
git submodule --quiet update --init && cd ../..
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3bbba8e9d40341317000d59c3e6b5c766a3709e0
|
Subproject commit 20c15721179fa9d5f0362be9e939f38ed697349d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2de2e8dd8921e1f7d043e01faf7fe8a291fbb072
|
Subproject commit cb81fe0dfaa424eb50de26fb7c904a27a78c3f76
|
||||||
Loading…
Reference in New Issue