Skip to content

Commit

Permalink
fix(deps): update dependencies to v2.38.1 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 22, 2021
1 parent e01ce8d commit f87bab5
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.3"/>
<PackageReference Include="Grpc" Version="2.38.0"/>
<PackageReference Include="Grpc.Core" Version="2.38.0"/>
<PackageReference Include="Grpc" Version="2.38.1"/>
<PackageReference Include="Grpc.Core" Version="2.38.1"/>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.38.0"/>
<PackageReference Include="Grpc.Net.Common" Version="2.38.0"/>
<PackageReference Include="Grpc.Tools" Version="2.38.0" PrivateAssets="All"/>
<PackageReference Include="Grpc.Tools" Version="2.38.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f87bab5

Please sign in to comment.