build(deps): bump google.golang.org/grpc from 1.59.0 to 1.79.3 in the go_modules group across 1 directory#415
Conversation
Bumps the go_modules group with 1 update in the / directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.59.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.59.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates the Go module dependency graph to move google.golang.org/grpc from v1.59.0 to v1.79.3 (including related transitive module updates reflected by go mod tidy).
Changes:
- Bump
google.golang.org/grpctov1.79.3. - Refresh
go.modindirect requirements to match the new resolved module graph. - Update
go.sumchecksums for the new/updated transitive modules.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates gRPC version and refreshes indirect dependency versions. |
| go.sum | Updates checksums to match the new module graph after the dependency bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| github.com/mitchellh/mapstructure v1.5.0 | ||
| github.com/zclconf/go-cty v1.16.3 | ||
| golang.org/x/crypto v0.48.0 | ||
| golang.org/x/crypto v0.49.0 | ||
| golang.org/x/oauth2 v0.36.0 | ||
| ) |
There was a problem hiding this comment.
The PR description/title says this group update only bumps google.golang.org/grpc, but go.mod also updates other dependencies (e.g., golang.org/x/crypto) and introduces/bumps a large set of indirect modules (Cloud/OTel/etc.). If these additional changes are expected from go mod tidy, please update the PR description to reflect the broader upgrade; if not, please regenerate go.mod/go.sum to limit the update scope.
Bumps the go_modules group with 1 update in the / directory: google.golang.org/grpc.
Updates
google.golang.org/grpcfrom 1.59.0 to 1.79.3Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
dda86dbChange version to 1.79.3 (#8983)72186f1grpc: enforce strict path checking for incoming requests on the server (#8981)97ca352Changing version to 1.79.3-dev (#8954)8902ab6Change the version to release 1.79.2 (#8947)a928670Cherry-pick #8874 to v1.79.x (#8904)06df363Change version to 1.79.2-dev (#8903)782f2deChange version to 1.79.1 (#8902)850eccbChange version to 1.79.1-dev (#8851)765ff05Change version to 1.79.0 (#8850)68804beCherry pick #8864 to v1.79.x (#8896)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.