Skip to content

Commit a0d0287

Browse files
chore(deps): update all non-major dependencies
1 parent 54bfede commit a0d0287

File tree

15 files changed

+113
-125
lines changed

15 files changed

+113
-125
lines changed

Diff for: Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"Meziantou.Analyzer": {
2626
"type": "Direct",
27-
"requested": "[2.0.189, )",
28-
"resolved": "2.0.189",
29-
"contentHash": "/e+dh95vDdvCTbViV2cWpXJEXAj+VHq7FsBXCTTTsLcffV0bkgXDFAPY0zMpy+Vt91Cl2cBoSOfaAoSdtn796Q=="
27+
"requested": "[2.0.194, )",
28+
"resolved": "2.0.194",
29+
"contentHash": "K5C9iByBkLSMng3HN+xPtol40kWRz5x0XH7G+QqNQLTR01FrJIPT5fKyxOazY/DYz2pI9WFtLTYJJU/wofE+OA=="
3030
},
3131
"Microsoft.CodeAnalysis.NetAnalyzers": {
3232
"type": "Direct",
@@ -82,14 +82,12 @@
8282
},
8383
"Azure.Messaging.ServiceBus": {
8484
"type": "Transitive",
85-
"resolved": "7.18.4",
86-
"contentHash": "p407IN0ubqKMijByGYxNz3lnW7G8n2joZHQUfwzm5tu/Hrf8ys3SvKmU0cot00c9Y0jqxxg/le/qjoxltHF8gw==",
85+
"resolved": "7.19.0",
86+
"contentHash": "DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
8787
"dependencies": {
8888
"Azure.Core": "1.44.1",
8989
"Azure.Core.Amqp": "1.3.1",
90-
"Microsoft.Azure.Amqp": "2.6.9",
91-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
92-
"System.Memory.Data": "6.0.0"
90+
"Microsoft.Azure.Amqp": "2.6.9"
9391
}
9492
},
9593
"Azure.Security.KeyVault.Secrets": {
@@ -1931,7 +1929,7 @@
19311929
"Ark.Tools.Core": "[1.0.0, )",
19321930
"Ark.Tools.SimpleInjector": "[1.0.0, )",
19331931
"Ark.Tools.Solid": "[1.0.0, )",
1934-
"Azure.Messaging.ServiceBus": "[7.18.4, )",
1932+
"Azure.Messaging.ServiceBus": "[7.19.0, )",
19351933
"Rebus": "[8.8.0, )",
19361934
"Rebus.AzureBlobs": "[1.0.1, )",
19371935
"Rebus.AzureServiceBus": "[10.3.0, )",

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Meziantou.Analyzer": {
66
"type": "Direct",
7-
"requested": "[2.0.189, )",
8-
"resolved": "2.0.189",
9-
"contentHash": "/e+dh95vDdvCTbViV2cWpXJEXAj+VHq7FsBXCTTTsLcffV0bkgXDFAPY0zMpy+Vt91Cl2cBoSOfaAoSdtn796Q=="
7+
"requested": "[2.0.194, )",
8+
"resolved": "2.0.194",
9+
"contentHash": "K5C9iByBkLSMng3HN+xPtol40kWRz5x0XH7G+QqNQLTR01FrJIPT5fKyxOazY/DYz2pI9WFtLTYJJU/wofE+OA=="
1010
},
1111
"Microsoft.CodeAnalysis.NetAnalyzers": {
1212
"type": "Direct",
@@ -63,14 +63,12 @@
6363
},
6464
"Azure.Messaging.ServiceBus": {
6565
"type": "Transitive",
66-
"resolved": "7.18.4",
67-
"contentHash": "p407IN0ubqKMijByGYxNz3lnW7G8n2joZHQUfwzm5tu/Hrf8ys3SvKmU0cot00c9Y0jqxxg/le/qjoxltHF8gw==",
66+
"resolved": "7.19.0",
67+
"contentHash": "DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
6868
"dependencies": {
6969
"Azure.Core": "1.44.1",
7070
"Azure.Core.Amqp": "1.3.1",
71-
"Microsoft.Azure.Amqp": "2.6.9",
72-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
73-
"System.Memory.Data": "6.0.0"
71+
"Microsoft.Azure.Amqp": "2.6.9"
7472
}
7573
},
7674
"Azure.Security.KeyVault.Secrets": {
@@ -1951,7 +1949,7 @@
19511949
"Ark.Tools.Core": "[1.0.0, )",
19521950
"Ark.Tools.SimpleInjector": "[1.0.0, )",
19531951
"Ark.Tools.Solid": "[1.0.0, )",
1954-
"Azure.Messaging.ServiceBus": "[7.18.4, )",
1952+
"Azure.Messaging.ServiceBus": "[7.19.0, )",
19551953
"Rebus": "[8.8.0, )",
19561954
"Rebus.AzureBlobs": "[1.0.1, )",
19571955
"Rebus.AzureServiceBus": "[10.3.0, )",

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Meziantou.Analyzer": {
66
"type": "Direct",
7-
"requested": "[2.0.189, )",
8-
"resolved": "2.0.189",
9-
"contentHash": "/e+dh95vDdvCTbViV2cWpXJEXAj+VHq7FsBXCTTTsLcffV0bkgXDFAPY0zMpy+Vt91Cl2cBoSOfaAoSdtn796Q=="
7+
"requested": "[2.0.194, )",
8+
"resolved": "2.0.194",
9+
"contentHash": "K5C9iByBkLSMng3HN+xPtol40kWRz5x0XH7G+QqNQLTR01FrJIPT5fKyxOazY/DYz2pI9WFtLTYJJU/wofE+OA=="
1010
},
1111
"Microsoft.CodeAnalysis.NetAnalyzers": {
1212
"type": "Direct",
@@ -63,14 +63,12 @@
6363
},
6464
"Azure.Messaging.ServiceBus": {
6565
"type": "Transitive",
66-
"resolved": "7.18.4",
67-
"contentHash": "p407IN0ubqKMijByGYxNz3lnW7G8n2joZHQUfwzm5tu/Hrf8ys3SvKmU0cot00c9Y0jqxxg/le/qjoxltHF8gw==",
66+
"resolved": "7.19.0",
67+
"contentHash": "DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
6868
"dependencies": {
6969
"Azure.Core": "1.44.1",
7070
"Azure.Core.Amqp": "1.3.1",
71-
"Microsoft.Azure.Amqp": "2.6.9",
72-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
73-
"System.Memory.Data": "6.0.0"
71+
"Microsoft.Azure.Amqp": "2.6.9"
7472
}
7573
},
7674
"Azure.Security.KeyVault.Secrets": {
@@ -1987,7 +1985,7 @@
19871985
"Ark.Tools.Core": "[1.0.0, )",
19881986
"Ark.Tools.SimpleInjector": "[1.0.0, )",
19891987
"Ark.Tools.Solid": "[1.0.0, )",
1990-
"Azure.Messaging.ServiceBus": "[7.18.4, )",
1988+
"Azure.Messaging.ServiceBus": "[7.19.0, )",
19911989
"Rebus": "[8.8.0, )",
19921990
"Rebus.AzureBlobs": "[1.0.1, )",
19931991
"Rebus.AzureServiceBus": "[10.3.0, )",

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Meziantou.Analyzer": {
66
"type": "Direct",
7-
"requested": "[2.0.189, )",
8-
"resolved": "2.0.189",
9-
"contentHash": "/e+dh95vDdvCTbViV2cWpXJEXAj+VHq7FsBXCTTTsLcffV0bkgXDFAPY0zMpy+Vt91Cl2cBoSOfaAoSdtn796Q=="
7+
"requested": "[2.0.194, )",
8+
"resolved": "2.0.194",
9+
"contentHash": "K5C9iByBkLSMng3HN+xPtol40kWRz5x0XH7G+QqNQLTR01FrJIPT5fKyxOazY/DYz2pI9WFtLTYJJU/wofE+OA=="
1010
},
1111
"Microsoft.CodeAnalysis.NetAnalyzers": {
1212
"type": "Direct",
@@ -63,14 +63,12 @@
6363
},
6464
"Azure.Messaging.ServiceBus": {
6565
"type": "Transitive",
66-
"resolved": "7.18.4",
67-
"contentHash": "p407IN0ubqKMijByGYxNz3lnW7G8n2joZHQUfwzm5tu/Hrf8ys3SvKmU0cot00c9Y0jqxxg/le/qjoxltHF8gw==",
66+
"resolved": "7.19.0",
67+
"contentHash": "DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
6868
"dependencies": {
6969
"Azure.Core": "1.44.1",
7070
"Azure.Core.Amqp": "1.3.1",
71-
"Microsoft.Azure.Amqp": "2.6.9",
72-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
73-
"System.Memory.Data": "6.0.0"
71+
"Microsoft.Azure.Amqp": "2.6.9"
7472
}
7573
},
7674
"Azure.Security.KeyVault.Secrets": {
@@ -1945,7 +1943,7 @@
19451943
"Ark.Tools.Core": "[1.0.0, )",
19461944
"Ark.Tools.SimpleInjector": "[1.0.0, )",
19471945
"Ark.Tools.Solid": "[1.0.0, )",
1948-
"Azure.Messaging.ServiceBus": "[7.18.4, )",
1946+
"Azure.Messaging.ServiceBus": "[7.19.0, )",
19491947
"Rebus": "[8.8.0, )",
19501948
"Rebus.AzureBlobs": "[1.0.1, )",
19511949
"Rebus.AzureServiceBus": "[10.3.0, )",

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/Ark.Reference.Core.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="ExcelDataReader" Version="3.7.0" />
1515
<PackageReference Include="ExcelDataReader.DataSet" Version="3.7.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.14" />
16+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.15" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1818
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.5.57" />
1919
<PackageReference Include="Moq" Version="4.20.72" />

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json

+39-41
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"Microsoft.AspNetCore.TestHost": {
2727
"type": "Direct",
28-
"requested": "[8.0.14, )",
29-
"resolved": "8.0.14",
30-
"contentHash": "+QBCn9OiSCp7aqB5Ar1H387vU7y/YGv41qy5F3kiIoE6uYz7PQHV38MEx9bxsZWtyxyjy6Cvccz/dmQU4H7nZg==",
28+
"requested": "[8.0.15, )",
29+
"resolved": "8.0.15",
30+
"contentHash": "cBGR2ibSZB9HENyWoSnY69nd6rdJcnfyt1gaACSsmepKby6u6Ww9dEiBvX3Mf50SftLFSxymBpo1m9GKU8P8Kw==",
3131
"dependencies": {
3232
"System.IO.Pipelines": "8.0.0"
3333
}
@@ -364,14 +364,12 @@
364364
},
365365
"Azure.Messaging.ServiceBus": {
366366
"type": "Transitive",
367-
"resolved": "7.18.4",
368-
"contentHash": "p407IN0ubqKMijByGYxNz3lnW7G8n2joZHQUfwzm5tu/Hrf8ys3SvKmU0cot00c9Y0jqxxg/le/qjoxltHF8gw==",
367+
"resolved": "7.19.0",
368+
"contentHash": "DoGfZpH6bwtsA6siIS5wv3SZZzOoNLnJi9N7OHhtBvE5Wlfn13jvwEe5z92HOddJVYEchdIZBK+jHBtPz1HFpg==",
369369
"dependencies": {
370370
"Azure.Core": "1.44.1",
371371
"Azure.Core.Amqp": "1.3.1",
372-
"Microsoft.Azure.Amqp": "2.6.9",
373-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
374-
"System.Memory.Data": "6.0.0"
372+
"Microsoft.Azure.Amqp": "2.6.9"
375373
}
376374
},
377375
"Azure.Security.KeyVault.Certificates": {
@@ -718,8 +716,8 @@
718716
},
719717
"Microsoft.AspNetCore.Authentication.JwtBearer": {
720718
"type": "Transitive",
721-
"resolved": "8.0.14",
722-
"contentHash": "e19jmWJAQucbPYk3/fihJMDCYfv6CO+Qwp34pOehUSCbaHROw6FZ551SN1D0s9Btl0U/QHfuwFq6Z8Oa2ktE6g==",
719+
"resolved": "8.0.15",
720+
"contentHash": "41DQAWCOIDS9ZzW6hWCShRiVrBLvz2QqR+i0VhMa4JHuQLNW2axfiWgEbB8jYt8try1ez2Q+z1PfF3vbl+B9gA==",
723721
"dependencies": {
724722
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2"
725723
}
@@ -837,19 +835,19 @@
837835
},
838836
"Microsoft.AspNetCore.JsonPatch": {
839837
"type": "Transitive",
840-
"resolved": "8.0.14",
841-
"contentHash": "S0ZPiwLvRCYWYz7WTxaTZIyBEYOTPR+Rujdiwz4gUGauWpAhXu846I29xjOTBPX1d5HUcBNlJ46cgDDAev94Gg==",
838+
"resolved": "8.0.15",
839+
"contentHash": "ryGDbq8JjXdf1Dr4NJqcTjIF8IwttuhjTpBtlLcwBx2P+CfuCauoqh4+MIPxCp15TBZWEut5t6M8T0RNzMqwYw==",
842840
"dependencies": {
843841
"Microsoft.CSharp": "4.7.0",
844842
"Newtonsoft.Json": "13.0.3"
845843
}
846844
},
847845
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": {
848846
"type": "Transitive",
849-
"resolved": "8.0.14",
850-
"contentHash": "322+FAPeMslfd320h8sASJSJ3h5s4dVr6W0xypr28Vz/cbMFjVCLHOou418cc2Xh0kXRzMy3irD3jBzSA+EiDA==",
847+
"resolved": "8.0.15",
848+
"contentHash": "Fn61/DasD789RTebTUTkjd8FpHCei4fW7feTyGBwKM74InDmbaPN6MkA4XiYL9HQKtG3+SDvGIvHt1lJMzUGjQ==",
851849
"dependencies": {
852-
"Microsoft.AspNetCore.JsonPatch": "8.0.14",
850+
"Microsoft.AspNetCore.JsonPatch": "8.0.15",
853851
"Newtonsoft.Json": "13.0.3",
854852
"Newtonsoft.Json.Bson": "1.0.2"
855853
}
@@ -1024,24 +1022,24 @@
10241022
},
10251023
"Microsoft.EntityFrameworkCore": {
10261024
"type": "Transitive",
1027-
"resolved": "8.0.14",
1028-
"contentHash": "HNn+NPKCm7rR7ij7IRCCbuImaMulFJGloyIbMwi3Ews77RsthM8gxpTZciFLgRYPsBtszKpdIClEwnWmP0vjUg==",
1025+
"resolved": "8.0.15",
1026+
"contentHash": "v6gDYdi2j+BbUHzl5sb835mefpFlSCsQOOsn/xjky45kFA9Xrc2hjVa0yQGVLc2J7+fQDqoHWRD5c+RHU3klSQ==",
10291027
"dependencies": {
1030-
"Microsoft.EntityFrameworkCore.Abstractions": "8.0.14",
1031-
"Microsoft.EntityFrameworkCore.Analyzers": "8.0.14",
1028+
"Microsoft.EntityFrameworkCore.Abstractions": "8.0.15",
1029+
"Microsoft.EntityFrameworkCore.Analyzers": "8.0.15",
10321030
"Microsoft.Extensions.Caching.Memory": "8.0.1",
10331031
"Microsoft.Extensions.Logging": "8.0.1"
10341032
}
10351033
},
10361034
"Microsoft.EntityFrameworkCore.Abstractions": {
10371035
"type": "Transitive",
1038-
"resolved": "8.0.14",
1039-
"contentHash": "Om8/jdWyx9eKFkA1YEgxk13KjGIzA8teLgG7iNFunsI2+MT6UT54Eb4t6oe4NQlIaACj5voUe6szVAQe9GKwDA=="
1036+
"resolved": "8.0.15",
1037+
"contentHash": "wzBUYqfNTyclVaVo6we4Vo0GsfNSmHHJPn3SF4gEsR+e5QZ4r5Ck5Y9oRcEoeqxS+eFPvJzWN6xpTbwCCoWPnw=="
10401038
},
10411039
"Microsoft.EntityFrameworkCore.Analyzers": {
10421040
"type": "Transitive",
1043-
"resolved": "8.0.14",
1044-
"contentHash": "lzNb3s4t5JDMHGoUFuX/f977dFythvmzGFJxvjlhExdiATPKQfquo2NM0uX8Kelfq04jRljpdbRzcsSsK1q9Tw=="
1041+
"resolved": "8.0.15",
1042+
"contentHash": "viyTqFw09xwhynmvYggUu48R0Y6WEU2dDKBKm7WwozDH5t1K7+RS9P+iXGe5uUNJstTH/STd2AMFKpT9GaX4OQ=="
10451043
},
10461044
"Microsoft.EntityFrameworkCore.Design": {
10471045
"type": "Transitive",
@@ -1065,10 +1063,10 @@
10651063
},
10661064
"Microsoft.EntityFrameworkCore.Relational": {
10671065
"type": "Transitive",
1068-
"resolved": "8.0.14",
1069-
"contentHash": "cPEeIk9nFO3+hxj9tp5AvTFdcTZkVPJCOFUiagbf37KhPGtiG0ZWpl15xOzLYTDAYjF5kxH/jcuDYGlLACJEmA==",
1066+
"resolved": "8.0.15",
1067+
"contentHash": "rOge9UqPepLr4fDSbAjH+gMl4TwK7byKgUy66vgsjlwl11n/+MjbYZAYqfrD8mpGDwJ6Nzv2LIIK2fBHDqA+CQ==",
10701068
"dependencies": {
1071-
"Microsoft.EntityFrameworkCore": "8.0.14",
1069+
"Microsoft.EntityFrameworkCore": "8.0.15",
10721070
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
10731071
}
10741072
},
@@ -1208,28 +1206,28 @@
12081206
},
12091207
"Microsoft.Extensions.Diagnostics.HealthChecks": {
12101208
"type": "Transitive",
1211-
"resolved": "8.0.14",
1212-
"contentHash": "obv82U5+okAtAP8K2Ne027Y8rfvseUPUNZUMVUffRB+Unom8mjzvqL/GzUx7rPj6f9e/hQbGwF5ya5RZq7327Q==",
1209+
"resolved": "8.0.15",
1210+
"contentHash": "+Z6pfO5PnDa9/QCAB8DhmLtmjh0Z4A3i/5X5k3TBqKjCD4o88oUoyI240ras/LDsrFcjYXVLDsBZbuoN9ihjuw==",
12131211
"dependencies": {
1214-
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.14",
1212+
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.15",
12151213
"Microsoft.Extensions.Hosting.Abstractions": "8.0.1",
12161214
"Microsoft.Extensions.Logging.Abstractions": "8.0.3",
12171215
"Microsoft.Extensions.Options": "8.0.2"
12181216
}
12191217
},
12201218
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": {
12211219
"type": "Transitive",
1222-
"resolved": "8.0.14",
1223-
"contentHash": "se5sdveMiA3PUOWchOZXY/sGA50MrJ/Mg/G6CdQBtyA4MLySNRilVCi23YT90RAwqvI2uQEk5+buxYdpAfuwpA=="
1220+
"resolved": "8.0.15",
1221+
"contentHash": "FkN4TMmKdpvuwhBlt7rt7op1RyyHvS/obnHAIOes0+cYU5uBiz7ciYpGkLZmbKGvRm9tUEfB9HpEg27kIwvXEQ=="
12241222
},
12251223
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": {
12261224
"type": "Transitive",
1227-
"resolved": "8.0.14",
1228-
"contentHash": "4b/wu7E9oNd994GQyehsJkoLAC8BVrRkO6rzWuWTmHm0w0A5m4giPx35BWd7nJ5h0mq2Cfk0ueHlBQo/ICyfJA==",
1225+
"resolved": "8.0.15",
1226+
"contentHash": "neQk7FtMMKB17GaytOHt7Z4bmmxm23cDuF9r3nynHleOlWW5hEGmLs3PTqLPJySyb9x5HbrLuozD+DKbCCcVxw==",
12291227
"dependencies": {
1230-
"Microsoft.EntityFrameworkCore.Relational": "8.0.14",
1231-
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.14",
1232-
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.14"
1228+
"Microsoft.EntityFrameworkCore.Relational": "8.0.15",
1229+
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.15",
1230+
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.15"
12331231
}
12341232
},
12351233
"Microsoft.Extensions.FileProviders.Abstractions": {
@@ -3421,7 +3419,7 @@
34213419
"Asp.Versioning.OData.ApiExplorer": "[8.1.0, 9.0.0)",
34223420
"FluentValidation": "[11.11.0, )",
34233421
"Hellang.Middleware.ProblemDetails": "[6.5.1, )",
3424-
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "[8.0.14, )",
3422+
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "[8.0.15, )",
34253423
"Microsoft.AspNetCore.OData": "[8.2.5, 9.0.0)",
34263424
"Microsoft.AspNetCore.OData.NewtonsoftJson": "[8.2.0, 9.0.0)",
34273425
"NetEscapades.AspNetCore.SecurityHeaders": "[0.24.0, )",
@@ -3443,7 +3441,7 @@
34433441
"dependencies": {
34443442
"Auth0.AuthenticationApi": "[7.35.0, )",
34453443
"Auth0.ManagementApi": "[7.35.0, )",
3446-
"Microsoft.AspNetCore.Authentication.JwtBearer": "[8.0.14, )",
3444+
"Microsoft.AspNetCore.Authentication.JwtBearer": "[8.0.15, )",
34473445
"Microsoft.Extensions.Caching.Abstractions": "[8.0.0, 9.0.0)",
34483446
"Polly": "[8.5.2, )"
34493447
}
@@ -3466,9 +3464,9 @@
34663464
"AspNetCore.HealthChecks.UI.Client": "[8.0.1, 9.0.0)",
34673465
"AspNetCore.HealthChecks.UI.InMemory.Storage": "[8.0.1, 9.0.0)",
34683466
"Azure.Identity": "[1.13.2, )",
3469-
"Azure.Messaging.ServiceBus": "[7.18.4, )",
3467+
"Azure.Messaging.ServiceBus": "[7.19.0, )",
34703468
"Microsoft.ApplicationInsights": "[2.23.0, )",
3471-
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": "[8.0.14, )",
3469+
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": "[8.0.15, )",
34723470
"System.Text.Json": "[8.0.5, )"
34733471
}
34743472
},
@@ -3634,7 +3632,7 @@
36343632
"Ark.Tools.Core": "[1.0.0, )",
36353633
"Ark.Tools.SimpleInjector": "[1.0.0, )",
36363634
"Ark.Tools.Solid": "[1.0.0, )",
3637-
"Azure.Messaging.ServiceBus": "[7.18.4, )",
3635+
"Azure.Messaging.ServiceBus": "[7.19.0, )",
36383636
"Rebus": "[8.8.0, )",
36393637
"Rebus.AzureBlobs": "[1.0.1, )",
36403638
"Rebus.AzureServiceBus": "[10.3.0, )",

0 commit comments

Comments
 (0)