Skip to content

Commit e69290e

Browse files
Bump google.golang.org/grpc from 1.42.0 to 1.53.0 in /bazel
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.42.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02c9ee4 commit e69290e

File tree

2 files changed

+981
-8
lines changed

2 files changed

+981
-8
lines changed

bazel/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.17
44

55
require (
66
github.com/golang/protobuf v1.5.2
7-
google.golang.org/grpc v1.42.0
8-
google.golang.org/protobuf v1.26.0
7+
google.golang.org/grpc v1.53.0
8+
google.golang.org/protobuf v1.28.1
99
)
1010

1111
require (
1212
golang.org/x/net v0.7.0 // indirect
1313
golang.org/x/sys v0.5.0 // indirect
1414
golang.org/x/text v0.7.0 // indirect
15-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
15+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
1616
)

0 commit comments

Comments
 (0)