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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 1ece97b commit d499b4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.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.37.0" PrivateAssets="All"/>
<PackageReference Include="Google.Protobuf" Version="3.19.4"/>
<PackageReference Include="Grpc" Version="2.44.0"/>
<PackageReference Include="Grpc.Core" Version="2.44.0"/>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.43.0"/>
<PackageReference Include="Grpc.Net.Common" Version="2.43.0"/>
<PackageReference Include="Grpc.Tools" Version="2.44.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d499b4d

Please sign in to comment.