Skip to content

Commit

Permalink
build(deps): bump the examples-grpc-bridge group
Browse files Browse the repository at this point in the history
Bumps the examples-grpc-bridge group in /examples/grpc-bridge/server with 2 updates: [golang.org/x/net](https://github.com/golang/net) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `golang.org/x/net` from 0.20.0 to 0.22.0
- [Commits](golang/net@v0.20.0...v0.22.0)

Updates `google.golang.org/grpc` from 1.61.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.61.0...v1.62.1)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 4265b99 commit 3639705
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/grpc-bridge/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.13

require (
github.com/golang/protobuf v1.5.3
golang.org/x/net v0.20.0
google.golang.org/grpc v1.61.0
golang.org/x/net v0.22.0
google.golang.org/grpc v1.62.1
)
Loading

0 comments on commit 3639705

Please sign in to comment.