Skip to content

Commit c7676af

Browse files
committed
bump gRPC to 1.67
1 parent f30ab92 commit c7676af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bazel/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/do_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ elif [[ "$1" == "code.coverage" ]]; then
546546
cp tmp_coverage.info coverage.info
547547
exit 0
548548
elif [[ "$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

ci/setup_grpc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
export DEBIAN_FRONTEND=noninteractive
88
old_grpc_version='v1.33.2'
99
new_grpc_version='v1.49.2'
10-
modern_grpc_version='v1.55.0'
10+
modern_grpc_version='v1.67.1'
1111
gcc_version_for_new_grpc='5.1'
1212
std_version='14'
1313
if [ ! -z "${CXX_STANDARD}" ]; then

third_party_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# git submodule status
1414
#
1515

16-
gRPC=v1.49.2
16+
gRPC=v1.67.1
1717
abseil=20240116.1
1818
benchmark=v1.8.3
1919
googletest=1.14.0

0 commit comments

Comments
 (0)