Skip to content

Commit 1dbdd88

Browse files
authored
chore(deps): update dependency google.apis.iam.v1 to 1.70.0.3889 (#3197)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Google.Apis.Iam.v1](https://redirect.github.com/google/google-api-dotnet-client) | `1.70.0.3851` -> `1.70.0.3889` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Apis.Iam.v1/1.70.0.3889?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Apis.Iam.v1/1.70.0.3851/1.70.0.3889?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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent caf5a9c commit 1dbdd88

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

iam/api/Access/Access.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.Apis.Iam.v1" Version="1.70.0.3851" />
9+
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3889" />
1010
<PackageReference Include="Google.Apis.Cloudresourcemanager.v1" Version="1.70.0.3809" />
1111
</ItemGroup>
1212

iam/api/CustomRoles/CustomRoles.csproj

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

88
<ItemGroup>
99
<PackageReference Include="CommandLineParser" Version="2.9.1" />
10-
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3851" />
10+
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3889" />
1111
</ItemGroup>
1212
</Project>

iam/api/QuickStart/QuickStart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Google.Apis.Cloudresourcemanager.v1" Version="1.70.0.3809" />
8-
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3851" />
8+
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3889" />
99
</ItemGroup>
1010
</Project>

iam/api/ServiceAccountKeys/ServiceAccountKeys.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.Apis.Iam.v1" Version="1.70.0.3851" />
10+
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3889" />
1111
</ItemGroup>
1212

1313
</Project>

iam/api/ServiceAccounts/ServiceAccounts.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.Apis.Iam.v1" Version="1.70.0.3851" />
10+
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3889" />
1111
</ItemGroup>
1212

1313
</Project>

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

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

1313
<ItemGroup>
1414
<PackageReference Include="Google.Cloud.Kms.V1" Version="3.18.0" />
15-
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3851" />
15+
<PackageReference Include="Google.Apis.Iam.v1" Version="1.70.0.3889" />
1616
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageReference Include="xunit" Version="2.9.3" />

0 commit comments

Comments
 (0)