Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions install/cmake/third_party_latest
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# Latest version git tags of third-party dependencies
# Format: <dependency_name>=<release_git_tag>

abseil=20250127.0
zlib=v1.3.1
curl=curl-8_16_0
abseil=20250512.1
zlib=v1.3.2
curl=curl-8_19_0
protobuf=v6.31.1
grpc=v1.75.1
grpc=v1.78.1
benchmark=v1.9.4
googletest=v1.17.0
ms-gsl=v4.2.0
ms-gsl=v4.2.1
nlohmann-json=v3.12.0
opentelemetry-proto=v1.8.0
opentracing-cpp=v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion third_party/ms-gsl
10 changes: 5 additions & 5 deletions third_party_release
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# - update the Bazel build files
# - opentelemetry-cpp/MODULE.bazel

abseil=20250127.0
zlib=v1.3.1
curl=curl-8_16_0
abseil=20250512.1
zlib=v1.3.2
curl=curl-8_19_0
protobuf=v6.31.1
grpc=v1.75.1
grpc=v1.78.1
benchmark=v1.9.4
googletest=v1.17.0
ms-gsl=v4.2.0
ms-gsl=v4.2.1
nlohmann-json=v3.12.0
opentelemetry-proto=v1.8.0
opentracing-cpp=v1.6.0
Expand Down
Loading