Skip to content

Commit 517d7e6

Browse files
renovate-botamanda-tarafa
authored andcommitted
chore(deps): update dependency google.cloud.bigquery.v2 to 3.11.0
1 parent 975bed9 commit 517d7e6

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

asset/api/Asset.Samples.Tests/Asset.Samples.Tests.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.BigQuery.V2" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1010
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />

bigquery-storage/api/BigQueryStorage.Samples.Tests/BigQueryStorage.Samples.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
12-
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.10.0" />
12+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

bigquery/api/SimpleApp/SimpleApp.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.BigQuery.V2" Version="3.10.0" />
10+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1111
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">

bigquery/api/Snippets/Snippets.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.10.0" />
8+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
99
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">

dlp/api/Snippets/Snippets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Google.Cloud.Dlp.V2" Version="4.15.0" />
8-
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.10.0" />
8+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
99
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.21.0" />
1010
</ItemGroup>
1111
</Project>

functions/responsestreaming/StreamBigQuery/StreamBigQuery.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.10.0" />
8+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
99
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.2.1" />
1010
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1111
</ItemGroup>

pubsub/api/Pubsub.Samples.Tests/Pubsub.Samples.Tests.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.BigQuery.V2" Version="3.10.0" />
10+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1111
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1313
<PackageReference Include="xunit" Version="2.9.3" />

retail/interactive-tutorial/RetailEvents.Samples/RetailEvents.Samples.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.BigQuery.V2" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1010
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
1111
<PackageReference Include="Google.Cloud.Retail.V2" Version="2.12.0" />
1212
</ItemGroup>

retail/interactive-tutorial/RetailProducts.Samples/RetailProducts.Samples.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.BigQuery.V2" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1010
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
1111
<PackageReference Include="Google.Cloud.Retail.V2" Version="2.12.0" />
1212
</ItemGroup>

retail/interactive-tutorial/TestResourcesSetupCleanup/TestResourcesSetupCleanup.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.BigQuery.V2" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
1010
<PackageReference Include="Google.Cloud.Retail.V2" Version="2.12.0" />
1111
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
1212
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />

0 commit comments

Comments
 (0)