From 8e92f8cfc8b8a5cf31e1902a532a887481debae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:33:00 +0000 Subject: [PATCH] Bump curl from 8.11.0.bcr.4 to 8.12.0 Bumps [curl](https://github.com/curl/curl) from 8.11.0.bcr.4 to 8.12.0. - [Release notes](https://github.com/curl/curl/releases) - [Changelog](https://github.com/curl/curl/blob/master/CHANGES.md) - [Commits](https://github.com/curl/curl/commits) --- updated-dependencies: - dependency-name: curl dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 49782be2d7..43813f4615 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,7 +10,7 @@ module( bazel_dep(name = "abseil-cpp", version = "20260107.1", repo_name = "com_google_absl") bazel_dep(name = "bazel_skylib", version = "1.9.0") -bazel_dep(name = "curl", version = "8.11.0.bcr.4") +bazel_dep(name = "curl", version = "8.12.0") bazel_dep(name = "grpc", version = "1.78.0", repo_name = "com_github_grpc_grpc") bazel_dep(name = "nlohmann_json", version = "3.12.0", repo_name = "github_nlohmann_json") bazel_dep(name = "opentelemetry-proto", version = "1.8.0", repo_name = "com_github_opentelemetry_proto")