Skip to content

Commit

Permalink
chore(deps): update dependency google.protobuf to v3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2021
1 parent b06302c commit 62dac19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hjudge.JudgeHost/src/hjudge.JudgeHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.1" />
<PackageReference Include="Google.Protobuf" Version="3.14.0" />
<PackageReference Include="Google.Protobuf" Version="3.17.2" />
<PackageReference Include="Grpc" Version="2.37.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion hjudge.RpcInterface/hjudge.RpcInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.14.0" />
<PackageReference Include="Google.Protobuf" Version="3.17.2" />
<PackageReference Include="Grpc" Version="2.37.1" />
<PackageReference Include="Grpc.Tools" Version="2.37.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 62dac19

Please sign in to comment.