Skip to content

Commit eee7564

Browse files
authored
security: Update Grpc.Net.Client library to address Dependabot alerts. (#1768) (#1769)
1 parent ec70f4e commit eee7564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agent/NewRelic/Agent/Core/Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
6868
<!-- .NET Core can use the modern gRPC library -->
69-
<PackageReference Include="Grpc.Net.Client" Version="2.51.0" />
69+
<PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
7070
<PackageReference Include="Autofac" Version="4.5.0" />
7171
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
7272
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" />

0 commit comments

Comments
 (0)