Skip to content

Commit fa280e1

Browse files
committed
Bump gRPC and opentelemetry-cpp versions.
Move on to gRPC v1.46.7 and opetelemtry-cpp v1.11.0, last versions that support C++11.
1 parent 0491cc0 commit fa280e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(NGX_OTEL_FETCH_DEPS)
2121
FetchContent_Declare(
2222
grpc
2323
GIT_REPOSITORY https://github.com/grpc/grpc
24-
GIT_TAG 18dda3c586b2607d8daead6b97922e59d867bb7d # v1.46.6
24+
GIT_TAG 02384e39185f109bd299eb8482306229967dc970 # v1.46.7
2525
GIT_SUBMODULES third_party/protobuf third_party/abseil-cpp
2626
GIT_SHALLOW ON)
2727

@@ -35,7 +35,7 @@ if(NGX_OTEL_FETCH_DEPS)
3535
FetchContent_Declare(
3636
otelcpp
3737
GIT_REPOSITORY https://github.com/open-telemetry/opentelemetry-cpp
38-
GIT_TAG 57bf8c2b0e85215a61602f559522d08caa4d2fb8 # v1.8.1
38+
GIT_TAG 11d5d9e0d8fd8ba876c8994714cc2647479b6574 # v1.11.0
3939
GIT_SUBMODULES third_party/opentelemetry-proto
4040
GIT_SHALLOW ON)
4141

0 commit comments

Comments
 (0)