Skip to content

Commit

Permalink
chore(deps): update dependency google.apis.iam.v1 to v1.63.0.3178
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 31, 2023
1 parent 9bec51b commit 2e36fa9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion iam/api/Access/Access.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Iam.v1" Version="1.62.0.3178" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.63.0.3178" />
<PackageReference Include="Google.Apis.Cloudresourcemanager.v1" Version="1.62.1.3216" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion iam/api/CustomRoles/CustomRoles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.62.0.3178" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.63.0.3178" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion iam/api/QuickStart/QuickStart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Apis.Cloudresourcemanager.v1" Version="1.62.1.3216" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.62.0.3178" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.63.0.3178" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion iam/api/ServiceAccountKeys/ServiceAccountKeys.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.62.0.3178" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.63.0.3178" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion iam/api/ServiceAccounts/ServiceAccounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.62.0.3178" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.63.0.3178" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Kms.V1" Version="3.7.0" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.62.0.3178" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.63.0.3178" />
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.3" />
Expand Down

0 comments on commit 2e36fa9

Please sign in to comment.