Skip to content

Commit

Permalink
fix(deps): update dependencies to v2.38.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 25, 2021
1 parent 95bd5e1 commit af7c613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Zitadel.Api/Zitadel.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.17.1"/>
<PackageReference Include="Grpc" Version="2.37.1"/>
<PackageReference Include="Grpc.Core" Version="2.37.1"/>
<PackageReference Include="Grpc" Version="2.38.0"/>
<PackageReference Include="Grpc.Core" Version="2.38.0"/>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.37.0"/>
<PackageReference Include="Grpc.Net.Common" Version="2.37.0"/>
<PackageReference Include="Grpc.Tools" Version="2.37.1" PrivateAssets="All"/>
<PackageReference Include="Grpc.Tools" Version="2.38.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit af7c613

Please sign in to comment.