Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependencies (#3)
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 committed Apr 8, 2021
1 parent 104fcea commit 4f5b7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/WirePact.Translator.Base/WirePact.Translator.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.15.7"/>
<PackageReference Include="Grpc" Version="2.36.4"/>
<PackageReference Include="Grpc.Core" Version="2.36.4"/>
<PackageReference Include="Google.Protobuf" Version="3.15.8"/>
<PackageReference Include="Grpc" Version="2.37.0"/>
<PackageReference Include="Grpc.Core" Version="2.37.0"/>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.36.0"/>
<PackageReference Include="Grpc.Net.Common" Version="2.36.0"/>
<PackageReference Include="Grpc.Tools" Version="2.36.4" PrivateAssets="All"/>
<PackageReference Include="Grpc.Tools" Version="2.37.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f5b7ba

Please sign in to comment.