Skip to content

Commit f1effe4

Browse files
authored
chore(deps): update dependency google.cloud.spanner.data to 5.2.0 (#3216)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Google.Cloud.Spanner.Data](https://redirect.github.com/googleapis/google-cloud-dotnet) | `5.1.0` -> `5.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Cloud.Spanner.Data/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Cloud.Spanner.Data/5.1.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 68cf8d7 commit f1effe4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

applications/leaderboard/Leaderboard/Leaderboard.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.Spanner.Data" Version="5.1.0" />
9+
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.2.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

applications/leaderboard/step4/LeaderboardStep4.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.Spanner.Data" Version="5.1.0" />
9+
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.2.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

applications/leaderboard/step5/LeaderboardStep5.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.Spanner.Data" Version="5.1.0" />
9+
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.2.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

applications/leaderboard/step6/LeaderboardStep6.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.Spanner.Data" Version="5.1.0" />
9+
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.2.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

spanner/api/QuickStart/QuickStart.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.Spanner.Data" Version="5.1.0" />
10+
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

spanner/api/Spanner.Samples/Spanner.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.1.0" />
8+
<PackageReference Include="Google.Cloud.Spanner.Data" Version="5.2.0" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)