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 authored and renovate[bot] committed May 27, 2021
1 parent ca54b3c commit 4edf449
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
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
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 4edf449

Please sign in to comment.