[PR #518] [MERGED] build(deps): bump google.golang.org/api from 0.48.0 to 0.49.0 in /examples/go #678

Closed
opened 2026-03-03 12:31:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/518
Author: @dependabot[bot]
Created: 6/23/2021
Status: Merged
Merged: 6/23/2021
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/examples/go/google.golang.org/api-0.49.0


📝 Commits (1)

  • 9f8da88 build(deps): bump google.golang.org/api in /examples/go

📊 Changes

2 files changed (+14 additions, -7 deletions)

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+13 -6)

📄 Description

Bumps google.golang.org/api from 0.48.0 to 0.49.0.

Release notes

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

google-api-go-client v0.49.0

Features

Changelog

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

0.49.0 (2021-06-23)

Features

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @fsouza.


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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/518 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/23/2021 **Status:** ✅ Merged **Merged:** 6/23/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.49.0` --- ### 📝 Commits (1) - [`9f8da88`](https://github.com/fsouza/fake-gcs-server/commit/9f8da88ae794661e3f66e781dd06703af4920bbd) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+13 -6) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.48.0 to 0.49.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>google-api-go-client v0.49.0</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> auto-regenerate discovery clients , refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1085">#1085</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1084">#1084</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1082">#1082</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1080">#1080</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1079">#1079</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1078">#1078</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1076">#1076</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1073">#1073</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1071">#1071</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1070">#1070</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1068">#1068</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1067">#1067</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1066">#1066</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1064">#1064</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1063">#1063</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1060">#1060</a></li> <li><strong>internal:</strong> [AIP-4111] support scopes for self-signed JWT auth flow (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1075">#1075</a>) (<a href="https://www.github.com/googleapis/google-api-go-client/commit/29cab68ebd5b9ca017503baf46d91a29f8e84716">29cab68</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://www.github.com/googleapis/google-api-go-client/compare/v0.48.0...v0.49.0">0.49.0</a> (2021-06-23)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> auto-regenerate discovery clients , refs <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1085">#1085</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1084">#1084</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1082">#1082</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1080">#1080</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1079">#1079</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1078">#1078</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1076">#1076</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1073">#1073</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1071">#1071</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1070">#1070</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1068">#1068</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1067">#1067</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1066">#1066</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1064">#1064</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1063">#1063</a> <a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1060">#1060</a></li> <li><strong>internal:</strong> [AIP-4111] support scopes for self-signed JWT auth flow (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1075">#1075</a>) (<a href="https://www.github.com/googleapis/google-api-go-client/commit/29cab68ebd5b9ca017503baf46d91a29f8e84716">29cab68</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6c8f9c553065cd8c92cb6f51c2eabea88ffb3407"><code>6c8f9c5</code></a> chore: release 0.49.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1061">#1061</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1655822f116c4f307590e1311efea275312ea775"><code>1655822</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1085">#1085</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/29cab68ebd5b9ca017503baf46d91a29f8e84716"><code>29cab68</code></a> feat(internal): [AIP-4111] support scopes for self-signed JWT auth flow (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1075">#1075</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f3f5879deabf9ab97398747f57228de468b4ada7"><code>f3f5879</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1081">#1081</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c090b3677c978a6bb9cfea9cfdd32b01231823a4"><code>c090b36</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1084">#1084</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9136d27159eeb83752a6deed3fdcb289b62b688a"><code>9136d27</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1082">#1082</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/372e3fca7afa1036ebcf24b2cc31ba98a59f31e3"><code>372e3fc</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1080">#1080</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/73fe1c86ffb6dacfe0233b75a21b30bf00e1aa86"><code>73fe1c8</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1079">#1079</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f81340362a0d0e0abc2c503e2bf946a314849a0c"><code>f813403</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1078">#1078</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/86014e0fe15baa808737117b36ea92658d991c4a"><code>86014e0</code></a> feat(all): auto-regenerate discovery clients (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/1076">#1076</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.48.0...v0.49.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.48.0&new-version=0.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @fsouza. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#678
No description provided.