Skip to content

Commit 7bedaba

Browse files
authored
bumping grpc packages (#9373)
1 parent 20d6ab5 commit 7bedaba

File tree

3 files changed

+109
-108
lines changed

3 files changed

+109
-108
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
- System.IdentityModel.Tokens.Jwt
1414
- Microsoft.IdentityModel.Abstractions
1515
- Microsoft.IdentityModel.JsonWebTokens
16-
- Microsoft.IdentityModel.Logging
16+
- Microsoft.IdentityModel.Logging
17+
- Updated Grpc.AspNetCore package to 2.55.0 (https://github.com/Azure/azure-functions-host/pull/9373)

src/WebJobs.Script.Grpc/WebJobs.Script.Grpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Grpc.AspNetCore" Version="2.49.0" />
23+
<PackageReference Include="Grpc.AspNetCore" Version="2.55.0" />
2424
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
2525
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
2626
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.21.0" />

0 commit comments

Comments
 (0)