Skip to content

Commit

Permalink
fix(deps): update dependency grpc.tools to v2.53.0 (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2023
1 parent 4311699 commit f27051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zitadel.Grpc/Zitadel.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Grpc.Core" Version="2.46.6" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.52.0" />
<PackageReference Include="Grpc.Net.Common" Version="2.52.0" />
<PackageReference Include="Grpc.Tools" Version="2.52.0" PrivateAssets="All" />
<PackageReference Include="Grpc.Tools" Version="2.53.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f27051a

Please sign in to comment.