From b1e2d5fc0c8f9e9d2a26a41c0a459decd72a32a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:46:07 +0000 Subject: [PATCH] Bump google.golang.org/grpc from 1.69.0 to 1.69.2 in /hello-grpc-go Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.0 to 1.69.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.69.0...v1.69.2) --- 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 bcbf71f..bb54940 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.32.0 // https://github.com/grpc/grpc-go/tags - google.golang.org/grpc v1.69.0 + google.golang.org/grpc v1.69.2 // https://github.com/protocolbuffers/protobuf-go/tags google.golang.org/protobuf v1.35.1 // indirect )