Skip to content

fix(deps): bump google.golang.org/api from 0.172.0 to 0.177.0 in /api - #416

Merged
AchoArnold merged 1 commit into
mainfrom
dependabot/go_modules/api/google.golang.org/api-0.177.0
May 2, 2024
Merged

fix(deps): bump google.golang.org/api from 0.172.0 to 0.177.0 in /api#416
AchoArnold merged 1 commit into
mainfrom
dependabot/go_modules/api/google.golang.org/api-0.177.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2024

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/api from 0.172.0 to 0.177.0.

Release notes

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

v0.177.0

0.177.0 (2024-04-30)

Features

Bug Fixes

v0.176.1

0.176.1 (2024-04-23)

Bug Fixes

  • transport/http: Pass through base transport (#2541) (8d0b2b5)

v0.176.0

0.176.0 (2024-04-22)

Features

Bug Fixes

v0.175.0

0.175.0 (2024-04-19)

Features

... (truncated)

Changelog

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

0.177.0 (2024-04-30)

Features

Bug Fixes

0.176.1 (2024-04-23)

Bug Fixes

  • transport/http: Pass through base transport (#2541) (8d0b2b5)

0.176.0 (2024-04-22)

Features

Bug Fixes

0.175.0 (2024-04-19)

Features

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2024
@dependabot
dependabot Bot requested a review from AchoArnold May 1, 2024 00:08
@what-the-diff

what-the-diff Bot commented May 1, 2024

Copy link
Copy Markdown

PR Summary

This Pull Request mainly concerns the api part of the project. Here's a breakdown of the changes:

  • Updated dependencies in api/go.mod:
    The dependencies i.e., the libraries or packages that our software relies upon, have been updated to their newer versions in the go.mod file. This includes updates to the google.golang.org/api and google.golang.org/protobuf dependencies. These updates can either bring new features, improve performance, or fix existing bugs from the previous versions of these dependencies.

  • Modified and added new dependencies in api/go.sum
    Several changes have been made in the go.sum file to keep our application up-to-date with the latest improvements from various dependencies. A wide range of dependencies (libraries/packages that our software relies upon) from cloud.google.com/go, google.golang.org, and golang.org have been updated, introducing potential new features and bug fixes.
    Two new dependencies have been added from cloud.google.com/go/auth and cloud.google.com/go/auth/oauth2adapt which might introduce new features or capabilities related to user authorization or authentication in our application.

  • No other file modifications
    Apart from mentioned changes in the api section, no other files in the codebase have been modified.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/api/google.golang.org/api-0.177.0 branch from 7b92b76 to 4d4dfb1 Compare May 1, 2024 16:32
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.172.0 to 0.177.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.172.0...v0.177.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/api/google.golang.org/api-0.177.0 branch from 4d4dfb1 to f23ac66 Compare May 1, 2024 16:32
@AchoArnold
AchoArnold merged commit 704292e into main May 2, 2024
@dependabot
dependabot Bot deleted the dependabot/go_modules/api/google.golang.org/api-0.177.0 branch May 2, 2024 15:04
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.

1 participant