Skip to content

Commit

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

Bumps
[Google.Cloud.BigQuery.V2](https://github.com/googleapis/google-cloud-dotnet)
from 3.7.0 to 3.8.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/0b5a500bcc1652935a34e4699f79aceb369b22a9"><code>0b5a500</code></a>
Release Google.Cloud.BigQuery.V2 version 3.8.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/12139">#12139</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/8a349d9c62c1f5bbca89323af6d5764f4692f861"><code>8a349d9</code></a>
feat: Expose GetQueryResultsResponse.CacheHit</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/b83a2e49ffbd146d681d93349bab8b50d03fd40f"><code>b83a2e4</code></a>
feat: Add Bitbucket Data Center Config and Bitbucket Cloud config for
Cloud B...</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/416cfff3c6855582927a35e271a6f596227af264"><code>416cfff</code></a>
feat: A new field <code>in_toto_slsa_provenance_v1</code> is added to
message `BuildOccu...</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/afadd88ce9ef29741f665be9c3b2d9867562f8d8"><code>afadd88</code></a>
docs: A comment for field <code>processor_version_source</code> in
message `.google.clou...</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/e436bee75f303e206ee364c63aa7ef85c51ad50a"><code>e436bee</code></a>
feat: Add RANGE type to Data Catalog</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/7ae5fe0175b0bfbae93d81039d3de0e6674a767f"><code>7ae5fe0</code></a>
build: fix Network Management API version v1 YAML and BUILD
dependencies</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/b0368725f22b282abd78dcc39c1c8205d6be7594"><code>b036872</code></a>
feat: added text sections to the submitted summary</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/499506ff82cbd37631d3abf4443bc92eefbe2b41"><code>499506f</code></a>
Release Google.Cloud.Kms.V1 version 3.9.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/12115">#12115</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-dotnet/commit/6c760f3d1812925c27c1a9d8dd812ac21037e0dd"><code>6c760f3</code></a>
Release Google.Cloud.Functions.V1 version 2.4.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-dotnet/issues/12114">#12114</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.BigQuery.V2-3.7.0...Google.Cloud.BigQuery.V2-3.8.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.7.0&new-version=3.8.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2024
1 parent 27f41c5 commit d969c99
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.13.0" />
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.7.0" />
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.8.0" />
<PackageReference Include="System.Text.Json" Version="7.0.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d969c99

Please sign in to comment.