Skip to content

Commit

Permalink
fix(deps): update dependencies to v2.42.0 (#106)
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 Nov 19, 2021
1 parent 810be23 commit 1d51f06
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.19.1" />
<PackageReference Include="Grpc" Version="2.41.1" />
<PackageReference Include="Grpc.Core" Version="2.41.1" />
<PackageReference Include="Grpc" Version="2.42.0" />
<PackageReference Include="Grpc.Core" Version="2.42.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.40.0" />
<PackageReference Include="Grpc.Net.Common" Version="2.40.0" />
<PackageReference Include="Grpc.Tools" Version="2.41.1" PrivateAssets="All" />
<PackageReference Include="Grpc.Tools" Version="2.42.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1d51f06

Please sign in to comment.