Skip to content

Commit 7054c51

Browse files
authored
Updating gRPC dependencies (#8859)
1 parent 74c815b commit 7054c51

File tree

2 files changed

+71
-75
lines changed

2 files changed

+71
-75
lines changed

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.39.0" />
23+
<PackageReference Include="Grpc.AspNetCore" Version="2.49.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" />

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 70 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -123,95 +123,91 @@
123123
}
124124
}
125125
},
126-
"Google.Protobuf/3.15.8": {
127-
"dependencies": {
128-
"System.Memory": "4.5.4",
129-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
130-
},
126+
"Google.Protobuf/3.21.5": {
131127
"runtime": {
132-
"lib/netstandard2.0/Google.Protobuf.dll": {
133-
"assemblyVersion": "3.15.8.0",
134-
"fileVersion": "3.15.8.0"
128+
"lib/net5.0/Google.Protobuf.dll": {
129+
"assemblyVersion": "3.21.5.0",
130+
"fileVersion": "3.21.5.0"
135131
}
136132
}
137133
},
138-
"Grpc.AspNetCore/2.39.0": {
134+
"Grpc.AspNetCore/2.49.0": {
139135
"dependencies": {
140-
"Google.Protobuf": "3.15.8",
141-
"Grpc.AspNetCore.Server.ClientFactory": "2.39.0",
142-
"Grpc.Tools": "2.39.1"
136+
"Google.Protobuf": "3.21.5",
137+
"Grpc.AspNetCore.Server.ClientFactory": "2.49.0",
138+
"Grpc.Tools": "2.49.0"
143139
}
144140
},
145-
"Grpc.AspNetCore.Server/2.39.0": {
141+
"Grpc.AspNetCore.Server/2.49.0": {
146142
"dependencies": {
147-
"Grpc.Net.Common": "2.39.0"
143+
"Grpc.Net.Common": "2.49.0"
148144
},
149145
"runtime": {
150-
"lib/net5.0/Grpc.AspNetCore.Server.dll": {
146+
"lib/net6.0/Grpc.AspNetCore.Server.dll": {
151147
"assemblyVersion": "2.0.0.0",
152-
"fileVersion": "2.39.0.0"
148+
"fileVersion": "2.49.0.0"
153149
}
154150
}
155151
},
156-
"Grpc.AspNetCore.Server.ClientFactory/2.39.0": {
152+
"Grpc.AspNetCore.Server.ClientFactory/2.49.0": {
157153
"dependencies": {
158-
"Grpc.AspNetCore.Server": "2.39.0",
159-
"Grpc.Net.ClientFactory": "2.39.0"
154+
"Grpc.AspNetCore.Server": "2.49.0",
155+
"Grpc.Net.ClientFactory": "2.49.0"
160156
},
161157
"runtime": {
162-
"lib/net5.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
158+
"lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll": {
163159
"assemblyVersion": "2.0.0.0",
164-
"fileVersion": "2.39.0.0"
160+
"fileVersion": "2.49.0.0"
165161
}
166162
}
167163
},
168-
"Grpc.Core.Api/2.39.1": {
164+
"Grpc.Core.Api/2.49.0": {
169165
"dependencies": {
170166
"System.Memory": "4.5.4"
171167
},
172168
"runtime": {
173-
"lib/netstandard2.0/Grpc.Core.Api.dll": {
169+
"lib/netstandard2.1/Grpc.Core.Api.dll": {
174170
"assemblyVersion": "2.0.0.0",
175-
"fileVersion": "2.39.1.0"
171+
"fileVersion": "2.49.0.0"
176172
}
177173
}
178174
},
179-
"Grpc.Net.Client/2.39.0": {
175+
"Grpc.Net.Client/2.49.0": {
180176
"dependencies": {
181-
"Grpc.Net.Common": "2.39.0",
177+
"Grpc.Net.Common": "2.49.0",
182178
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
183179
},
184180
"runtime": {
185-
"lib/net5.0/Grpc.Net.Client.dll": {
181+
"lib/net6.0/Grpc.Net.Client.dll": {
186182
"assemblyVersion": "2.0.0.0",
187-
"fileVersion": "2.39.0.0"
183+
"fileVersion": "2.49.0.0"
188184
}
189185
}
190186
},
191-
"Grpc.Net.ClientFactory/2.39.0": {
187+
"Grpc.Net.ClientFactory/2.49.0": {
192188
"dependencies": {
193-
"Grpc.Net.Client": "2.39.0",
189+
"Grpc.Net.Client": "2.49.0",
194190
"Microsoft.Extensions.Http": "3.0.3"
195191
},
196192
"runtime": {
197-
"lib/net5.0/Grpc.Net.ClientFactory.dll": {
193+
"lib/net6.0/Grpc.Net.ClientFactory.dll": {
198194
"assemblyVersion": "2.0.0.0",
199-
"fileVersion": "2.39.0.0"
195+
"fileVersion": "2.49.0.0"
200196
}
201197
}
202198
},
203-
"Grpc.Net.Common/2.39.0": {
199+
"Grpc.Net.Common/2.49.0": {
204200
"dependencies": {
205-
"Grpc.Core.Api": "2.39.1"
201+
"Grpc.Core.Api": "2.49.0"
206202
},
207203
"runtime": {
208-
"lib/net5.0/Grpc.Net.Common.dll": {
204+
"lib/net6.0/Grpc.Net.Common.dll": {
209205
"assemblyVersion": "2.0.0.0",
210-
"fileVersion": "2.39.0.0"
206+
"fileVersion": "2.49.0.0"
211207
}
212208
}
213209
},
214-
"Grpc.Tools/2.39.1": {},
210+
"Grpc.Tools/2.49.0": {},
215211
"Microsoft.ApplicationInsights/2.21.0": {
216212
"dependencies": {
217213
"System.Diagnostics.DiagnosticSource": "6.0.0"
@@ -2932,7 +2928,7 @@
29322928
},
29332929
"Microsoft.Azure.WebJobs.Script.Grpc/4.14.0": {
29342930
"dependencies": {
2935-
"Grpc.AspNetCore": "2.39.0",
2931+
"Grpc.AspNetCore": "2.49.0",
29362932
"Microsoft.ApplicationInsights": "2.21.0",
29372933
"Microsoft.ApplicationInsights.AspNetCore": "2.21.0",
29382934
"Microsoft.ApplicationInsights.DependencyCollector": "2.21.0",
@@ -2996,68 +2992,68 @@
29962992
"path": "azure.storage.common/12.12.0",
29972993
"hashPath": "azure.storage.common.12.12.0.nupkg.sha512"
29982994
},
2999-
"Google.Protobuf/3.15.8": {
2995+
"Google.Protobuf/3.21.5": {
30002996
"type": "package",
30012997
"serviceable": true,
3002-
"sha512": "sha512-tA0S9QXJq+r3CjwBlcn5glEUrbdAxhPWO4yhq5+ycn6WW6+nsvqzO6Qf6NE9XWbEz/F2QSpBTxjdTI7SvVy7CQ==",
3003-
"path": "google.protobuf/3.15.8",
3004-
"hashPath": "google.protobuf.3.15.8.nupkg.sha512"
2998+
"sha512": "sha512-d7zwRm0edg2cxqRynMD31F8HUUyicBT0l5M74EIsU6GAaq3dxxaZ/PpSPlso010W9nIXoVVKUYZSsiOspAOO/A==",
2999+
"path": "google.protobuf/3.21.5",
3000+
"hashPath": "google.protobuf.3.21.5.nupkg.sha512"
30053001
},
3006-
"Grpc.AspNetCore/2.39.0": {
3002+
"Grpc.AspNetCore/2.49.0": {
30073003
"type": "package",
30083004
"serviceable": true,
3009-
"sha512": "sha512-LKTSQ3d2Pt40Scc/VLjpnjF0DCkimisGNkwcaiuLEaEGcVTr8ndGF9tnT/AhMg4HwfzFXIO/t47TEQQ+7tg7Dg==",
3010-
"path": "grpc.aspnetcore/2.39.0",
3011-
"hashPath": "grpc.aspnetcore.2.39.0.nupkg.sha512"
3005+
"sha512": "sha512-IHgWR8YcLnP2Rmz3guK1mOQVDLWL6XZdZT6ktHTTdlTm60FCVwtfrGmEdyu7lEsMzMd2vYHnZ1SwRzicMW4uoA==",
3006+
"path": "grpc.aspnetcore/2.49.0",
3007+
"hashPath": "grpc.aspnetcore.2.49.0.nupkg.sha512"
30123008
},
3013-
"Grpc.AspNetCore.Server/2.39.0": {
3009+
"Grpc.AspNetCore.Server/2.49.0": {
30143010
"type": "package",
30153011
"serviceable": true,
3016-
"sha512": "sha512-oDNyoNuPDbigSPFT7PbcEgm6vmtcoJcpX9YkUPT1H7+FnEJ5yCAhL8m8RkjSkRhQWa9sfGHPtw3P4Xjvr6Bq9g==",
3017-
"path": "grpc.aspnetcore.server/2.39.0",
3018-
"hashPath": "grpc.aspnetcore.server.2.39.0.nupkg.sha512"
3012+
"sha512": "sha512-it0nmQi10S/cgC1nk/nVgQiYv5sd/IWnob8SsB3JEpbIFAAKaU6ZjdTKRiATunNtDb/IYBLGeo8BMDoxfewxyw==",
3013+
"path": "grpc.aspnetcore.server/2.49.0",
3014+
"hashPath": "grpc.aspnetcore.server.2.49.0.nupkg.sha512"
30193015
},
3020-
"Grpc.AspNetCore.Server.ClientFactory/2.39.0": {
3016+
"Grpc.AspNetCore.Server.ClientFactory/2.49.0": {
30213017
"type": "package",
30223018
"serviceable": true,
3023-
"sha512": "sha512-zhKSZL0QC8b4AwiMCLq0qUhkWAMJhS7lP6fhA/DiC9js3bo1zISFGu6mfvurBq1sT24CVuuecboMMJf4QF4L+A==",
3024-
"path": "grpc.aspnetcore.server.clientfactory/2.39.0",
3025-
"hashPath": "grpc.aspnetcore.server.clientfactory.2.39.0.nupkg.sha512"
3019+
"sha512": "sha512-2a30ebIihiDcJsDq4GAil2LTNY4y4bgPZLpG06WNI/JuxDkRxoQ0myuRHdVlouQ1MzkjixQepEuRvHvNHgvk6w==",
3020+
"path": "grpc.aspnetcore.server.clientfactory/2.49.0",
3021+
"hashPath": "grpc.aspnetcore.server.clientfactory.2.49.0.nupkg.sha512"
30263022
},
3027-
"Grpc.Core.Api/2.39.1": {
3023+
"Grpc.Core.Api/2.49.0": {
30283024
"type": "package",
30293025
"serviceable": true,
3030-
"sha512": "sha512-8qZlpIhUEyshIY/mlMWAaer9ehOxu/UFO8YlG9kI8MHnBSves5mkc5elkHO0egAJCshYhZjkCNhj+UCKkK0kOQ==",
3031-
"path": "grpc.core.api/2.39.1",
3032-
"hashPath": "grpc.core.api.2.39.1.nupkg.sha512"
3026+
"sha512": "sha512-6OTcSQ8iML+xzmELhH4anUZlNM3dHDKPFBsMLSdiT80LJaaZKxwZml/K9ZdfLIjSR/EzdMZzzU2Avbedz4N7BA==",
3027+
"path": "grpc.core.api/2.49.0",
3028+
"hashPath": "grpc.core.api.2.49.0.nupkg.sha512"
30333029
},
3034-
"Grpc.Net.Client/2.39.0": {
3030+
"Grpc.Net.Client/2.49.0": {
30353031
"type": "package",
30363032
"serviceable": true,
3037-
"sha512": "sha512-i2IBxBf+/I9U6C0CgIEg6LU7TTzOjGI6ff15arSOnLNs22WcrIOTDoNwUZ5h6z1ymcFUIQcoJqjd15UeW0U7zQ==",
3038-
"path": "grpc.net.client/2.39.0",
3039-
"hashPath": "grpc.net.client.2.39.0.nupkg.sha512"
3033+
"sha512": "sha512-mLXxEJzqnRHseVzRCzSQznA7y8pcSStVbstLTUuQRulN7kREovh82ctNkGpkfwONi/DHoWscX9mJLiAmh0gjOQ==",
3034+
"path": "grpc.net.client/2.49.0",
3035+
"hashPath": "grpc.net.client.2.49.0.nupkg.sha512"
30403036
},
3041-
"Grpc.Net.ClientFactory/2.39.0": {
3037+
"Grpc.Net.ClientFactory/2.49.0": {
30423038
"type": "package",
30433039
"serviceable": true,
3044-
"sha512": "sha512-vky36VUE9iUCHo2eUfkZUOtHCUB8PjRrGHtNQJyW1jf2rJM8px6SQVODbysBVHwd/fB4OidoNa8AN7D5N6fJaA==",
3045-
"path": "grpc.net.clientfactory/2.39.0",
3046-
"hashPath": "grpc.net.clientfactory.2.39.0.nupkg.sha512"
3040+
"sha512": "sha512-4Ac7dsrARbcs1g2vrUSUadtZ0kIGTk6yhA5ccOBjgM+RTzY3L54TgMddmeaV7/Z4f9sZn6T1ls6FmUiG8Dms+Q==",
3041+
"path": "grpc.net.clientfactory/2.49.0",
3042+
"hashPath": "grpc.net.clientfactory.2.49.0.nupkg.sha512"
30473043
},
3048-
"Grpc.Net.Common/2.39.0": {
3044+
"Grpc.Net.Common/2.49.0": {
30493045
"type": "package",
30503046
"serviceable": true,
3051-
"sha512": "sha512-67nApml/WnMHHm4b26mk5xnW7vAEE9TEEA/tyswFMg9O8bDlriGTvoCoNMO1fDNyXtasYT1Pk7jyd9BqLCQ2tw==",
3052-
"path": "grpc.net.common/2.39.0",
3053-
"hashPath": "grpc.net.common.2.39.0.nupkg.sha512"
3047+
"sha512": "sha512-G0TVTS8fjCk8b7td/E7C8/ssJPm3JnGVBKsveoj/89PIwIee72qkXG+tVn5c1gwTanEFPdyPoydna/bmU/NAaw==",
3048+
"path": "grpc.net.common/2.49.0",
3049+
"hashPath": "grpc.net.common.2.49.0.nupkg.sha512"
30543050
},
3055-
"Grpc.Tools/2.39.1": {
3051+
"Grpc.Tools/2.49.0": {
30563052
"type": "package",
30573053
"serviceable": true,
3058-
"sha512": "sha512-qYfQ2jaqQJO6ACFtU7/wCCqWpw37W3p2RmtoAAuj4A+tOqyzrwW86kUEzK0xBbkPvJTbjkJZTdwjIuzjspWv1g==",
3059-
"path": "grpc.tools/2.39.1",
3060-
"hashPath": "grpc.tools.2.39.1.nupkg.sha512"
3054+
"sha512": "sha512-fvA8M6m+cKR5cCwVfKNyUtC8/immoNiNGXW8rwLmwb4y4XRFtQJyN9dmGCJNh1mt0cb9LjSSiAZwmSfMgmE2Ng==",
3055+
"path": "grpc.tools/2.49.0",
3056+
"hashPath": "grpc.tools.2.49.0.nupkg.sha512"
30613057
},
30623058
"Microsoft.ApplicationInsights/2.21.0": {
30633059
"type": "package",

0 commit comments

Comments
 (0)