1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
#
# MAINTAINER
#
# This file is used for the CMake build.
# Format: <dependency_name>=<release_git_tag>
#
# When changing (add, upgrade, remove) dependencies
# please update:
# - manually edit the release git tag below.
# - update the matching git submodule to the new tag.
# - update the Bazel build files
# - opentelemetry-cpp/MODULE.bazel
# - opentelemetry-cpp/bazel/repository.bzl
abseil=20220623.2
zlib=v1.3.1
curl=curl-8_12_0
protobuf=v3.21.6
grpc=v1.49.2
benchmark=v1.8.3
googletest=v1.14.0
ms-gsl=v3.1.0
nlohmann-json=v3.12.0
opentelemetry-proto=v1.7.0
opentracing-cpp=v1.6.0
prometheus-cpp=v1.3.0
vcpkg=2024.02.14
|