Skip to content

Commit 608be6e

Browse files
authored
chore(deps): update dependency google.cloud.bigtable.admin.v2 to 3.30.0 (#3260)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Google.Cloud.Bigtable.Admin.V2](https://redirect.github.com/googleapis/google-cloud-dotnet) | `3.29.0` -> `3.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Cloud.Bigtable.Admin.V2/3.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Cloud.Bigtable.Admin.V2/3.29.0/3.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-cloud-dotnet (Google.Cloud.Bigtable.Admin.V2)</summary> ### [`v3.30.0`](https://redirect.github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.PubSub.V1-3.30.0): Google.Cloud.PubSub.V1 version 3.30.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.Bigtable.Admin.V2-3.29.0...Google.Cloud.Bigtable.Admin.V2-3.30.0) ##### New features - Update dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 2b4bf01 commit 608be6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bigtable/api/HelloWorld/HelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.29.0" />
10+
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.30.0" />
1111
<PackageReference Include="Google.Cloud.Bigtable.V2" Version="3.24.0" />
1212
</ItemGroup>
1313

bigtable/api/InstanceAdminExample/InstanceAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="CommandLineParser" Version="2.9.1" />
10-
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.29.0" />
10+
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.30.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

bigtable/api/SnippetsTest/SnippetsTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.29.0" />
10+
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.30.0" />
1111
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1313
<PackageReference Include="Snapshooter.Xunit" Version="1.0.1" />

bigtable/api/TableAdminExample/TableAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.29.0" />
9+
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" Version="3.30.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)