Skip to content

Commit f25626f

Browse files
authored
Bump dependency version (#10524)
* Update System.Text.Json to 8.0.5 * Add System.Text.Encodings.Web pkg ref for 8.0.0
1 parent 289c4f5 commit f25626f

File tree

2 files changed

+31
-26
lines changed

2 files changed

+31
-26
lines changed

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
<PackageReference Include="System.Reactive.Core" Version="5.0.0" />
9191
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
9292
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
93-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
93+
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
94+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9495
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
9596
</ItemGroup>
9697

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

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"System.IO.FileSystem.AccessControl": "5.0.0",
3737
"System.IdentityModel.Tokens.Jwt": "6.35.0",
3838
"System.Net.NameResolution": "4.3.0",
39-
"System.Private.Uri": "4.3.2",
4039
"Microsoft.Azure.WebJobs.Script.Reference": "4.1036.0.0",
4140
"Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1036.0.0"
4241
},
@@ -64,7 +63,7 @@
6463
"System.Memory.Data": "1.0.2",
6564
"System.Numerics.Vectors": "4.5.0",
6665
"System.Text.Encodings.Web": "8.0.0",
67-
"System.Text.Json": "8.0.4",
66+
"System.Text.Json": "8.0.5",
6867
"System.Threading.Tasks.Extensions": "4.5.4"
6968
},
7069
"runtime": {
@@ -77,7 +76,7 @@
7776
"Azure.Data.Tables/12.8.3": {
7877
"dependencies": {
7978
"Azure.Core": "1.38.0",
80-
"System.Text.Json": "8.0.4"
79+
"System.Text.Json": "8.0.5"
8180
},
8281
"runtime": {
8382
"lib/netstandard2.0/Azure.Data.Tables.dll": {
@@ -93,7 +92,7 @@
9392
"Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
9493
"System.Memory": "4.5.4",
9594
"System.Security.Cryptography.ProtectedData": "6.0.0",
96-
"System.Text.Json": "8.0.4",
95+
"System.Text.Json": "8.0.5",
9796
"System.Threading.Tasks.Extensions": "4.5.4"
9897
},
9998
"runtime": {
@@ -148,7 +147,7 @@
148147
"dependencies": {
149148
"Azure.Core": "1.38.0",
150149
"System.Memory": "4.5.4",
151-
"System.Text.Json": "8.0.4",
150+
"System.Text.Json": "8.0.5",
152151
"System.Threading.Tasks.Extensions": "4.5.4"
153152
},
154153
"runtime": {
@@ -161,7 +160,7 @@
161160
"Azure.Storage.Blobs/12.19.1": {
162161
"dependencies": {
163162
"Azure.Storage.Common": "12.18.1",
164-
"System.Text.Json": "8.0.4"
163+
"System.Text.Json": "8.0.5"
165164
},
166165
"runtime": {
167166
"lib/net6.0/Azure.Storage.Blobs.dll": {
@@ -1490,7 +1489,7 @@
14901489
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
14911490
"Microsoft.Extensions.Logging.Configuration": "8.0.0",
14921491
"Microsoft.Extensions.Options": "8.0.0",
1493-
"System.Text.Json": "8.0.4"
1492+
"System.Text.Json": "8.0.5"
14941493
}
14951494
},
14961495
"Microsoft.Extensions.ObjectPool/2.2.0": {},
@@ -1554,7 +1553,7 @@
15541553
"Microsoft.IdentityModel.Tokens": "6.35.0",
15551554
"System.Text.Encoding": "4.3.0",
15561555
"System.Text.Encodings.Web": "8.0.0",
1557-
"System.Text.Json": "8.0.4"
1556+
"System.Text.Json": "8.0.5"
15581557
},
15591558
"runtime": {
15601559
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
@@ -1937,7 +1936,7 @@
19371936
"dependencies": {
19381937
"OpenTelemetry": "1.8.0",
19391938
"System.Text.Encodings.Web": "8.0.0",
1940-
"System.Text.Json": "8.0.4"
1939+
"System.Text.Json": "8.0.5"
19411940
},
19421941
"runtime": {
19431942
"lib/net6.0/OpenTelemetry.Exporter.Console.dll": {
@@ -2088,7 +2087,7 @@
20882087
"System.ClientModel/1.0.0": {
20892088
"dependencies": {
20902089
"System.Memory.Data": "1.0.2",
2091-
"System.Text.Json": "8.0.4"
2090+
"System.Text.Json": "8.0.5"
20922091
},
20932092
"runtime": {
20942093
"lib/net6.0/System.ClientModel.dll": {
@@ -2337,7 +2336,7 @@
23372336
"System.Memory.Data/1.0.2": {
23382337
"dependencies": {
23392338
"System.Text.Encodings.Web": "8.0.0",
2340-
"System.Text.Json": "8.0.4"
2339+
"System.Text.Json": "8.0.5"
23412340
},
23422341
"runtime": {
23432342
"lib/netstandard2.0/System.Memory.Data.dll": {
@@ -2754,14 +2753,11 @@
27542753
}
27552754
},
27562755
"System.Text.Encodings.Web/8.0.0": {},
2757-
"System.Text.Json/8.0.4": {
2758-
"dependencies": {
2759-
"System.Text.Encodings.Web": "8.0.0"
2760-
},
2756+
"System.Text.Json/8.0.5": {
27612757
"runtime": {
27622758
"lib/net8.0/System.Text.Json.dll": {
27632759
"assemblyVersion": "8.0.0.0",
2764-
"fileVersion": "8.0.724.31311"
2760+
"fileVersion": "8.0.1024.46610"
27652761
}
27662762
}
27672763
},
@@ -2918,15 +2914,20 @@
29182914
"System.Formats.Asn1": "6.0.1",
29192915
"System.IO.Abstractions": "2.1.0.227",
29202916
"System.Net.Http": "4.3.4",
2917+
"System.Private.Uri": "4.3.2",
29212918
"System.Reactive.Core": "5.0.0",
29222919
"System.Reactive.Linq": "5.0.0",
29232920
"System.Runtime.Loader": "4.3.0",
29242921
"System.Security.Cryptography.Xml": "4.7.1",
2925-
"System.Text.Json": "8.0.4",
2922+
"System.Text.Encodings.Web": "8.0.0",
2923+
"System.Text.Json": "8.0.5",
29262924
"System.Text.RegularExpressions": "4.3.1"
29272925
},
29282926
"runtime": {
2929-
"Microsoft.Azure.WebJobs.Script.dll": {}
2927+
"Microsoft.Azure.WebJobs.Script.dll": {
2928+
"assemblyVersion": "4.1036.2",
2929+
"fileVersion": ""
2930+
}
29302931
}
29312932
},
29322933
"Microsoft.Azure.WebJobs.Script.Grpc/4.1036.2": {
@@ -2944,7 +2945,10 @@
29442945
"Yarp.ReverseProxy": "2.0.1"
29452946
},
29462947
"runtime": {
2947-
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {}
2948+
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
2949+
"assemblyVersion": "4.1036.2",
2950+
"fileVersion": ""
2951+
}
29482952
}
29492953
},
29502954
"Microsoft.Azure.WebJobs.Script.Reference/4.1036.0.0": {
@@ -3611,7 +3615,7 @@
36113615
"Microsoft.Azure.WebJobs.Core/3.0.41": {
36123616
"type": "package",
36133617
"serviceable": true,
3614-
"sha512": "sha512-nNW4I8m5GEhOxxD/NVZGjT6ZARGSy7wi8q+ihvKDin4IY4zYLpTy/GakZeGgbi7vPxcPHL5Z65n9DAV+goasqA==",
3618+
"sha512": "sha512-VtmzMUEMhhY7+lxhXxphPbn/1du+QFKU+VtH3UHzmn/sS2JwXJNtQNk/SiC+wad69GSGzgKH5x1aN2qTnEXh+Q==",
36153619
"path": "microsoft.azure.webjobs.core/3.0.41",
36163620
"hashPath": "microsoft.azure.webjobs.core.3.0.41.nupkg.sha512"
36173621
},
@@ -3639,7 +3643,7 @@
36393643
"Microsoft.Azure.WebJobs.Host.Storage/5.0.1": {
36403644
"type": "package",
36413645
"serviceable": true,
3642-
"sha512": "sha512-eO/sX41oaGkDiXHpT7y/F1F5Wvzm7e1QqFmd4GGMJOMdLOHGvwOvZR82AfR7rjvpqQZWyKjRHqxAVcntq+ZYwQ==",
3646+
"sha512": "sha512-5fF88jDYdxUs4EdYZw3MqK7ghG4mZ5MsCt8MhKk38CiTK90VmoWtXbBYURohil+WJ8vB/i0UwQGg64y6TdvliA==",
36433647
"path": "microsoft.azure.webjobs.host.storage/5.0.1",
36443648
"hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512"
36453649
},
@@ -4882,12 +4886,12 @@
48824886
"path": "system.text.encodings.web/8.0.0",
48834887
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
48844888
},
4885-
"System.Text.Json/8.0.4": {
4889+
"System.Text.Json/8.0.5": {
48864890
"type": "package",
48874891
"serviceable": true,
4888-
"sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
4889-
"path": "system.text.json/8.0.4",
4890-
"hashPath": "system.text.json.8.0.4.nupkg.sha512"
4892+
"sha512": "sha512-0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
4893+
"path": "system.text.json/8.0.5",
4894+
"hashPath": "system.text.json.8.0.5.nupkg.sha512"
48914895
},
48924896
"System.Text.RegularExpressions/4.3.1": {
48934897
"type": "package",

0 commit comments

Comments
 (0)