Skip to content

Commit d9810a3

Browse files
committed
bump prometheus to v1.3.0
1 parent f30ab92 commit d9810a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bazel/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ def opentelemetry_cpp_deps():
111111
http_archive,
112112
name = "com_github_jupp0r_prometheus_cpp",
113113
sha256 = "48dbad454d314b836cc667ec4def93ec4a6e4255fc8387c20cacb3b8b6faee30",
114-
strip_prefix = "prometheus-cpp-1.2.4",
114+
strip_prefix = "prometheus-cpp-1.3.0",
115115
urls = [
116-
"https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.2.4.tar.gz",
116+
"https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.3.0.tar.gz",
117117
],
118118
)
119119

0 commit comments

Comments
 (0)