File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ def opentelemetry_cpp_deps():
7777 http_archive ,
7878 name = "com_github_grpc_grpc" ,
7979 sha256 = "f40bde4ce2f31760f65dc49a2f50876f59077026494e67dccf23992548b1b04f" ,
80- strip_prefix = "grpc-1.62.0 " ,
80+ strip_prefix = "grpc-1.67.1 " ,
8181 urls = [
82- "https://github.com/grpc/grpc/archive/refs/tags/v1.62.0 .tar.gz" ,
82+ "https://github.com/grpc/grpc/archive/refs/tags/v1.67.1 .tar.gz" ,
8383 ],
8484 )
8585
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ elif [[ "$1" == "code.coverage" ]]; then
546546 cp tmp_coverage.info coverage.info
547547 exit 0
548548elif [[ " $1 " == " third_party.tags" ]]; then
549- echo " gRPC=v1.49.2 " > third_party_release
549+ echo " gRPC=v1.67.1 " > third_party_release
550550 echo " abseil=20240116.1" >> third_party_release
551551 git submodule foreach --quiet ' echo "$name=$(git describe --tags HEAD)"' | sed ' s:.*/::' >> third_party_release
552552 exit 0
Original file line number Diff line number Diff line change 77export DEBIAN_FRONTEND=noninteractive
88old_grpc_version=' v1.33.2'
99new_grpc_version=' v1.49.2'
10- modern_grpc_version=' v1.55.0 '
10+ modern_grpc_version=' v1.67.1 '
1111gcc_version_for_new_grpc=' 5.1'
1212std_version=' 14'
1313if [ ! -z " ${CXX_STANDARD} " ]; then
Original file line number Diff line number Diff line change 1313# git submodule status
1414#
1515
16- gRPC=v1.49.2
16+ gRPC=v1.67.1
1717abseil=20240116.1
1818benchmark=v1.8.3
1919googletest=1.14.0
You can’t perform that action at this time.
0 commit comments