From 24acdb36d0e5197b6c1885f79bda8392f9a9615a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:54:42 +0000 Subject: [PATCH] Bump grpc from 1.80.0 to 1.81.1 Bumps [grpc](https://github.com/grpc/grpc) from 1.80.0 to 1.81.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.1) --- updated-dependencies: - dependency-name: grpc dependency-version: 1.81.1 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 c4d9574873..0552563e17 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,7 +11,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.12.0.bcr.1") -bazel_dep(name = "grpc", version = "1.80.0", repo_name = "com_github_grpc_grpc") +bazel_dep(name = "grpc", version = "1.81.1", repo_name = "com_github_grpc_grpc") bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.1", repo_name = "github_nlohmann_json") bazel_dep(name = "opentelemetry-proto", version = "1.8.0", repo_name = "com_github_opentelemetry_proto") bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_opentracing")