Skip to content

Commit 4e74882

Browse files
authored
Update STJ to 8.0.4 (#10278)
* Update STJ to 8.0.4 * Update deps.json
1 parent 49c49c9 commit 4e74882

File tree

2 files changed

+36
-37
lines changed

2 files changed

+36
-37
lines changed

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,7 @@
8787
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
8888
<PackageReference Include="System.Reactive.Core" Version="5.0.0" />
8989
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
90-
<!--
91-
Explicitly referencing version 6.0.9 of System.Text.Json to get two bug fixes for the Source Generator. Without this, the 6.0.0 version
92-
of the Source Generator is used, which causes issues. This reference can be removed in future framework versions.
93-
94-
https://github.com/dotnet/runtime/issues/62354
95-
https://github.com/dotnet/runtime/issues/62082
96-
-->
97-
<PackageReference Include="System.Text.Json" Version="8.0.1" />
90+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
9891
</ItemGroup>
9992

10093
<ItemGroup>

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

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.4",
2323
"Microsoft.Azure.AppService.Proxy.Client": "2.3.20240307.67",
2424
"Microsoft.Azure.Cosmos.Table": "1.0.8",
25-
"Microsoft.Azure.Functions.PythonWorker": "4.28.1",
25+
"Microsoft.Azure.Functions.PythonWorker": "4.29.0",
2626
"Microsoft.Azure.Storage.File": "11.1.7",
2727
"Microsoft.Azure.WebJobs": "3.0.41-11331",
2828
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.0-beta.2-11957",
@@ -67,7 +67,7 @@
6767
"System.Memory.Data": "1.0.2",
6868
"System.Numerics.Vectors": "4.5.0",
6969
"System.Text.Encodings.Web": "8.0.0",
70-
"System.Text.Json": "8.0.1",
70+
"System.Text.Json": "8.0.4",
7171
"System.Threading.Tasks.Extensions": "4.5.4"
7272
},
7373
"runtime": {
@@ -80,7 +80,7 @@
8080
"Azure.Data.Tables/12.8.3": {
8181
"dependencies": {
8282
"Azure.Core": "1.38.0",
83-
"System.Text.Json": "8.0.1"
83+
"System.Text.Json": "8.0.4"
8484
},
8585
"runtime": {
8686
"lib/netstandard2.0/Azure.Data.Tables.dll": {
@@ -96,7 +96,7 @@
9696
"Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
9797
"System.Memory": "4.5.4",
9898
"System.Security.Cryptography.ProtectedData": "6.0.0",
99-
"System.Text.Json": "8.0.1",
99+
"System.Text.Json": "8.0.4",
100100
"System.Threading.Tasks.Extensions": "4.5.4"
101101
},
102102
"runtime": {
@@ -151,7 +151,7 @@
151151
"dependencies": {
152152
"Azure.Core": "1.38.0",
153153
"System.Memory": "4.5.4",
154-
"System.Text.Json": "8.0.1",
154+
"System.Text.Json": "8.0.4",
155155
"System.Threading.Tasks.Extensions": "4.5.4"
156156
},
157157
"runtime": {
@@ -164,7 +164,7 @@
164164
"Azure.Storage.Blobs/12.13.0": {
165165
"dependencies": {
166166
"Azure.Storage.Common": "12.12.0",
167-
"System.Text.Json": "8.0.1"
167+
"System.Text.Json": "8.0.4"
168168
},
169169
"runtime": {
170170
"lib/netstandard2.1/Azure.Storage.Blobs.dll": {
@@ -907,7 +907,7 @@
907907
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {},
908908
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.3220": {},
909909
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.3219": {},
910-
"Microsoft.Azure.Functions.PythonWorker/4.28.1": {},
910+
"Microsoft.Azure.Functions.PythonWorker/4.29.0": {},
911911
"Microsoft.Azure.KeyVault.Core/2.0.4": {
912912
"dependencies": {
913913
"System.Runtime": "4.3.1",
@@ -1083,7 +1083,7 @@
10831083
"runtime": {
10841084
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Script.Abstractions.dll": {
10851085
"assemblyVersion": "1.0.0.0",
1086-
"fileVersion": "1.0.21220.0"
1086+
"fileVersion": "1.0.19706.0"
10871087
}
10881088
}
10891089
},
@@ -1544,7 +1544,7 @@
15441544
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
15451545
"Microsoft.Extensions.Logging.Configuration": "8.0.0",
15461546
"Microsoft.Extensions.Options": "8.0.0",
1547-
"System.Text.Json": "8.0.1"
1547+
"System.Text.Json": "8.0.4"
15481548
}
15491549
},
15501550
"Microsoft.Extensions.ObjectPool/2.2.0": {},
@@ -1608,7 +1608,7 @@
16081608
"Microsoft.IdentityModel.Tokens": "6.35.0",
16091609
"System.Text.Encoding": "4.3.0",
16101610
"System.Text.Encodings.Web": "8.0.0",
1611-
"System.Text.Json": "8.0.1"
1611+
"System.Text.Json": "8.0.4"
16121612
},
16131613
"runtime": {
16141614
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
@@ -2026,7 +2026,7 @@
20262026
"dependencies": {
20272027
"OpenTelemetry": "1.8.0",
20282028
"System.Text.Encodings.Web": "8.0.0",
2029-
"System.Text.Json": "8.0.1"
2029+
"System.Text.Json": "8.0.4"
20302030
},
20312031
"runtime": {
20322032
"lib/net6.0/OpenTelemetry.Exporter.Console.dll": {
@@ -2183,7 +2183,7 @@
21832183
"System.ClientModel/1.0.0": {
21842184
"dependencies": {
21852185
"System.Memory.Data": "1.0.2",
2186-
"System.Text.Json": "8.0.1"
2186+
"System.Text.Json": "8.0.4"
21872187
},
21882188
"runtime": {
21892189
"lib/net6.0/System.ClientModel.dll": {
@@ -2465,7 +2465,7 @@
24652465
"System.Memory.Data/1.0.2": {
24662466
"dependencies": {
24672467
"System.Text.Encodings.Web": "8.0.0",
2468-
"System.Text.Json": "8.0.1"
2468+
"System.Text.Json": "8.0.4"
24692469
},
24702470
"runtime": {
24712471
"lib/netstandard2.0/System.Memory.Data.dll": {
@@ -3004,9 +3004,15 @@
30043004
}
30053005
},
30063006
"System.Text.Encodings.Web/8.0.0": {},
3007-
"System.Text.Json/8.0.1": {
3007+
"System.Text.Json/8.0.4": {
30083008
"dependencies": {
30093009
"System.Text.Encodings.Web": "8.0.0"
3010+
},
3011+
"runtime": {
3012+
"lib/net8.0/System.Text.Json.dll": {
3013+
"assemblyVersion": "8.0.0.0",
3014+
"fileVersion": "8.0.724.31311"
3015+
}
30103016
}
30113017
},
30123018
"System.Text.RegularExpressions/4.3.1": {
@@ -3176,7 +3182,7 @@
31763182
"System.Reactive.Core": "5.0.0",
31773183
"System.Reactive.Linq": "5.0.0",
31783184
"System.Runtime.Loader": "4.3.0",
3179-
"System.Text.Json": "8.0.1"
3185+
"System.Text.Json": "8.0.4"
31803186
},
31813187
"runtime": {
31823188
"Microsoft.Azure.WebJobs.Script.dll": {}
@@ -3840,12 +3846,12 @@
38403846
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.3219",
38413847
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.3219.nupkg.sha512"
38423848
},
3843-
"Microsoft.Azure.Functions.PythonWorker/4.28.1": {
3849+
"Microsoft.Azure.Functions.PythonWorker/4.29.0": {
38443850
"type": "package",
38453851
"serviceable": true,
3846-
"sha512": "sha512-59F7OULiqJOlAj07KpV/dbDr9oYZX9EHuEYbm4ysbVilKC4xZafrVpmCW9FLpzdQJVnIa73CRp6L4vQgKxy4Kw==",
3847-
"path": "microsoft.azure.functions.pythonworker/4.28.1",
3848-
"hashPath": "microsoft.azure.functions.pythonworker.4.28.1.nupkg.sha512"
3852+
"sha512": "sha512-42UtQ5TP6ITYt7jS0wY8YReFBi9TBGHqrmw0CRRnvaPlEy6DvxuHlgAcAx/YCNCGzjQYFJ+4QIlEI5sSVjOOjA==",
3853+
"path": "microsoft.azure.functions.pythonworker/4.29.0",
3854+
"hashPath": "microsoft.azure.functions.pythonworker.4.29.0.nupkg.sha512"
38493855
},
38503856
"Microsoft.Azure.KeyVault.Core/2.0.4": {
38513857
"type": "package",
@@ -3927,7 +3933,7 @@
39273933
"Microsoft.Azure.WebJobs.Script.Abstractions/1.0.4-preview": {
39283934
"type": "package",
39293935
"serviceable": true,
3930-
"sha512": "sha512-+f2iWeAdES4X4HtvgWoIHPXfTxXeX7UlQDbWMkSuxWdt1vHVJf164IEUZxG7Gtfh42ircV9jy7F1zPhuaWNamQ==",
3936+
"sha512": "sha512-mvgXnFKwh4/Gw8BXc99ZJd2iQ8DQJTCotvY9PZ9Y2UHa4KiOsYaEW4kuZ5RFBD9KqGO2vXG56w3wMFVyxmaA2g==",
39313937
"path": "microsoft.azure.webjobs.script.abstractions/1.0.4-preview",
39323938
"hashPath": "microsoft.azure.webjobs.script.abstractions.1.0.4-preview.nupkg.sha512"
39333939
},
@@ -4578,7 +4584,7 @@
45784584
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
45794585
"type": "package",
45804586
"serviceable": true,
4581-
"sha512": "sha512-jwjwlEL0Elv6gwoyaokRn12nv/JE+UW/DXJEbzhjCPvGbef36StnHKc9XaZD/rGWqYicrphZ7eumR/jdmNcjRg==",
4587+
"sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
45824588
"path": "runtime.native.system.security.cryptography.apple/4.3.0",
45834589
"hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
45844590
},
@@ -4606,7 +4612,7 @@
46064612
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
46074613
"type": "package",
46084614
"serviceable": true,
4609-
"sha512": "sha512-Kh9W4agE0r/hK8AX1LvyQI2NrKHBL8pO0gRoDTdDb0LL6Ta1Z2OtFx3lOaAE0ZpCUc/dt9Wzs3rA7a3IsKdOVA==",
4615+
"sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
46104616
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
46114617
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
46124618
},
@@ -5117,7 +5123,7 @@
51175123
"System.Runtime.Serialization.Primitives/4.3.0": {
51185124
"type": "package",
51195125
"serviceable": true,
5120-
"sha512": "sha512-2Z5t70a2SwMsfQDp9KOclaZNyQhfIga2gppq9lIUDM1A4ohTshn4JqT7ir8bvIhXgorWKYDAr6rPzEbi/nTGKg==",
5126+
"sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
51215127
"path": "system.runtime.serialization.primitives/4.3.0",
51225128
"hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
51235129
},
@@ -5261,12 +5267,12 @@
52615267
"path": "system.text.encodings.web/8.0.0",
52625268
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
52635269
},
5264-
"System.Text.Json/8.0.1": {
5270+
"System.Text.Json/8.0.4": {
52655271
"type": "package",
52665272
"serviceable": true,
5267-
"sha512": "sha512-7AWk2za1hSEJBppe/Lg+uDcam2TrDqwIKa9XcPssSwyjC2xa39EKEGul3CO5RWNF+hMuZG4zlBDrvhBdDTg4lg==",
5268-
"path": "system.text.json/8.0.1",
5269-
"hashPath": "system.text.json.8.0.1.nupkg.sha512"
5273+
"sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
5274+
"path": "system.text.json/8.0.4",
5275+
"hashPath": "system.text.json.8.0.4.nupkg.sha512"
52705276
},
52715277
"System.Text.RegularExpressions/4.3.1": {
52725278
"type": "package",
@@ -5355,7 +5361,7 @@
53555361
"System.Xml.XmlSerializer/4.3.0": {
53565362
"type": "package",
53575363
"serviceable": true,
5358-
"sha512": "sha512-VShQJhOxgD/5M2Z1IWm1vMaSqlbjo1zdFf8H7Ahte6bTvSUhUko/gDpAVVhGgGgTDeue4QyNg1fu1Zz2GKSEuQ==",
5364+
"sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
53595365
"path": "system.xml.xmlserializer/4.3.0",
53605366
"hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
53615367
},
@@ -5387,4 +5393,4 @@
53875393
"sha512": ""
53885394
}
53895395
}
5390-
}
5396+
}

0 commit comments

Comments
 (0)