Skip to content

Commit

Permalink
Merge branch 'main' into renovate/xunit-dotnet-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-merge-on-green[bot] authored Jun 15, 2023
2 parents efced15 + 66ffde4 commit d8e31d7
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.60.0.3031" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3073" />
<PackageReference Include="Google.Apis.Cloudresourcemanager.v1" Version="1.60.0.2950" />
</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.60.0.3031" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3073" />
</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.60.0.2950" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3031" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3073" />
</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.60.0.3031" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3073" />
</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.60.0.3031" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3073" />
</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.5.0" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3031" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.60.0.3073" />
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand Down

0 comments on commit d8e31d7

Please sign in to comment.