From 14527ea7f94073b37c94db8268dcb1e45cc76e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:01:19 +0000 Subject: [PATCH] Bump google.golang.org/grpc from 1.69.2 to 1.69.4 in /hello-grpc-go Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.2 to 1.69.4. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.69.2...v1.69.4) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hello-grpc-go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-grpc-go/go.mod b/hello-grpc-go/go.mod index f3a85f6..16519db 100644 --- a/hello-grpc-go/go.mod +++ b/hello-grpc-go/go.mod @@ -20,7 +20,7 @@ require ( // https://pkg.go.dev/golang.org/x/net golang.org/x/net v0.34.0 // https://github.com/grpc/grpc-go/tags - google.golang.org/grpc v1.69.2 + google.golang.org/grpc v1.69.4 // https://github.com/protocolbuffers/protobuf-go/tags google.golang.org/protobuf v1.35.1 // indirect )