Skip to content

Commit

Permalink
Update the c# sdk protobuf version to address a few high severity CVE…
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored Jun 30, 2022
1 parent 9ba7a35 commit 6889d0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.CommonProtos" Version="1.7.0" />
<PackageReference Include="Google.Protobuf" Version="3.11.2" />
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
<PackageReference Include="Grpc" Version="2.26.0" />
<PackageReference Include="Grpc.Core" Version="2.26.0" />
<PackageReference Include="Grpc.Tools" Version="2.26.0" PrivateAssets="all"/>
Expand All @@ -16,4 +16,4 @@
<ItemGroup>
<Protobuf Include="allocation.proto" ProtoRoot="../../proto/allocation;../../proto/googleapis" GrpcServices="Client"/>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/AgonesSDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Google.Api.CommonProtos" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Google.Protobuf" version="3.11.4" exclude="Build,Analyzers" />
<dependency id="Google.Protobuf" version="3.15.0" exclude="Build,Analyzers" />
<dependency id="Grpc" version="2.28.1" exclude="Build,Analyzers" />
<dependency id="Grpc.Core" version="2.28.1" exclude="Build,Analyzers" />
<dependency id="Grpc.Tools" version="2.28.1" exclude="Build,Analyzers" />
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/csharp-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="Google.Api.CommonProtos" Version="2.0.0" />
<PackageReference Include="Google.Protobuf" Version="3.11.4" />
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
<PackageReference Include="Grpc" Version="2.28.1" />
<PackageReference Include="Grpc.Core" Version="2.28.1" />
<PackageReference Include="Grpc.Tools" Version="2.28.1">
Expand Down

0 comments on commit 6889d0e

Please sign in to comment.