Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the root-go-dependencies group with 5 updates #383

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the root-go-dependencies group with 5 updates:

Package From To
cloud.google.com/go 0.112.0 0.112.2
cloud.google.com/go/bigquery 1.58.0 1.59.1
google.golang.org/api 0.170.0 0.172.0
google.golang.org/genproto 0.0.0-20240205150955-31a09d347014 0.0.0-20240213162025-012b6fc9bca9
google.golang.org/genproto/googleapis/api 0.0.0-20240205150955-31a09d347014 0.0.0-20240314234333-6e1732d8331c

Updates cloud.google.com/go from 0.112.0 to 0.112.2

Release notes

Sourced from cloud.google.com/go's releases.

v0.112.2

0.112.2 (2024-03-27)

Bug Fixes

Changelog

Sourced from cloud.google.com/go's changelog.

0.112.2 (2024-03-27)

Bug Fixes

0.112.1 (2024-02-26)

Bug Fixes

  • internal/postprocessor: Handle googleapis link in commit body (#9251) (1dd3515)

Documentation

  • main: Add OpenTelemetry-Go compatibility warning to debug.md (#9268) (18f9bb9), refs #9267
Commits

Updates cloud.google.com/go/bigquery from 1.58.0 to 1.59.1

Commits
  • 36d788b chore(main): release bigquery 1.59.1 (#9412)
  • 4ac005d fix(bigquery): align return time.Time values to UTC (#9411)
  • ae8c7b7 chore: release main (#9384)
  • f049c97 fix(aiplatform): remove field max_wait_duration from message Scheduling (#9...
  • f7170e2 chore: update CI to turn gowork setting off for build/test (#9396)
  • 530d273 chore(main): release vertexai 0.7.1 (#9395)
  • 8bd57a1 fix(vertexai): fix dependency on aiplatform (#9394)
  • b29f331 chore(main): release vertexai 0.7.0 (#9393)
  • f5d56eb feat(vertexai): add WithREST option to vertexai client (#9389)
  • 1879551 chore(vertexai): use unary RPC for GenerateContent (#9391)
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.170.0 to 0.172.0

Release notes

Sourced from google.golang.org/api's releases.

v0.172.0

0.172.0 (2024-03-26)

Features

v0.171.0

0.171.0 (2024-03-21)

Features

Bug Fixes

  • transport: Return GDU for all errors from MDS universe_domain (#2484) (63b7c0d), refs #2399
Changelog

Sourced from google.golang.org/api's changelog.

0.172.0 (2024-03-26)

Features

0.171.0 (2024-03-21)

Features

Bug Fixes

  • transport: Return GDU for all errors from MDS universe_domain (#2484) (63b7c0d), refs #2399
Commits

Updates google.golang.org/genproto from 0.0.0-20240205150955-31a09d347014 to 0.0.0-20240213162025-012b6fc9bca9

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240205150955-31a09d347014 to 0.0.0-20240314234333-6e1732d8331c

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the root-go-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.112.0` | `0.112.2` |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.58.0` | `1.59.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.170.0` | `0.172.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20240205150955-31a09d347014` | `0.0.0-20240213162025-012b6fc9bca9` |
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240205150955-31a09d347014` | `0.0.0-20240314234333-6e1732d8331c` |


Updates `cloud.google.com/go` from 0.112.0 to 0.112.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.112.0...v0.112.2)

Updates `cloud.google.com/go/bigquery` from 1.58.0 to 1.59.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.58.0...bigquery/v1.59.1)

Updates `google.golang.org/api` from 0.170.0 to 0.172.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.170.0...v0.172.0)

Updates `google.golang.org/genproto` from 0.0.0-20240205150955-31a09d347014 to 0.0.0-20240213162025-012b6fc9bca9
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240205150955-31a09d347014 to 0.0.0-20240314234333-6e1732d8331c
- [Commits](https://github.com/googleapis/go-genproto/commits)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-go-dependencies
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-go-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-go-dependencies
- dependency-name: google.golang.org/genproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-go-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2024 10:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2024
Copy link
Contributor

@m4mm4r m4mm4r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit e586292 into master Apr 2, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/root-go-dependencies-6c3075908e branch April 2, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant