Skip to content

Commit

Permalink
chore(csharp): bump Google.Cloud.BigQuery.V2 from 3.6.0 to 3.7.0 in /…
Browse files Browse the repository at this point in the history
…csharp (#1607)

Bumps
[Google.Cloud.BigQuery.V2](https://github.com/googleapis/google-cloud-dotnet)
from 3.6.0 to 3.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/bf2b916015e916a1115290d2897e82b099fa7141"><code>bf2b916</code></a>
Release Google.Cloud.BigQuery.V2 version 3.7.0</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/619c55ec83585e5ae598987b69334e28fca4e99a"><code>619c55e</code></a>
chore: Regenerate projects</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/1e09d7d059a78d09a28510ccd5e2fba5f43170d8"><code>1e09d7d</code></a>
chore: Update dependencies for REST APIs</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/a48dfdcfbe195846f236a3f562551180ad708cd5"><code>a48dfdc</code></a>
feat: add secondary boot disks field to NodePool API</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/eaf3b84414ef1545d66884c3398c161bdd79e5ad"><code>eaf3b84</code></a>
feat: Add <code>asset_type</code> field to
<code>GovernedIamPolicy</code> and <code>GovernedResource</code></li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/5dd8bca0b4def432d3c7714d21947a2632208431"><code>5dd8bca</code></a>
feat: add RPCs for getting and listing project, table, and column data
profiles</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/897e7116143ffc286287047d0986ee6870051ec4"><code>897e711</code></a>
Release Container Analysis libraries version 3.5.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/12052">#12052</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/671742661214c108f4a07544cd62f90644267f8c"><code>6717426</code></a>
Release diagnostics libraries version 5.2.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/12053">#12053</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/d9e61ceccc664f21973cc0e20833f9fabe1b20b3"><code>d9e61ce</code></a>
feat: Add include_recaptcha_script for as a new action in firewall
policies</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/c50a0014cf96b93831a4baaa3ef594f9c6b83346"><code>c50a001</code></a>
Release Google.Cloud.PubSub.V1 version 3.10.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/12050">#12050</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.BigQuery.V2-3.6.0...Google.Cloud.BigQuery.V2-3.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Google.Cloud.BigQuery.V2&package-manager=nuget&previous-version=3.6.0&new-version=3.7.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-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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 6e8c03e commit 7b185fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
<PackageReference Include="Google.Cloud.BigQuery.Storage.V1" Version="3.12.0" />
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.6.0" />
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.7.0" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 7b185fe

Please sign in to comment.