diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index a7d85dae..e2d0e0ba 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -26,11 +26,11 @@ def prometheus_cpp_repositories(): maybe( http_archive, name = "com_github_curl", - sha256 = "1dd7604e418b0b9a9077f62f763f6684c1b092a7bc17e3f354b8ad5c964d7358", - strip_prefix = "curl-7.68.0", + sha256 = "01ae0c123dee45b01bbaef94c0bc00ed2aec89cb2ee0fd598e0d302a6b5e0a98", + strip_prefix = "curl-7.69.1", urls = [ - "https://github.com/curl/curl/releases/download/curl-7_68_0/curl-7.68.0.tar.gz", - "https://curl.haxx.se/download/curl-7.68.0.tar.gz", + "https://github.com/curl/curl/releases/download/curl-7_69_1/curl-7.69.1.tar.gz", + "https://curl.haxx.se/download/curl-7.69.1.tar.gz", ], build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD", )