Skip to content

Commit c533b33

Browse files
dependabot[bot]talha0113
authored andcommitted
build: Bump Microsoft.Azure.Cosmos from 3.58.0 to 3.59.0
--- updated-dependencies: - dependency-name: Microsoft.Azure.Cosmos dependency-version: 3.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6b2b47 commit c533b33

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

source/notification-service/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ItemGroup>
66
<PackageVersion Include="Azure.Identity" Version="1.21.0" />
77
<PackageVersion Include="Azure.Storage.Queues" Version="12.25.0" />
8-
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.58.0" />
8+
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.59.0" />
99
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="2.52.0" />
1010
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="4.14.0" />
1111
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />

source/notification-service/ms.account.push.subscription.func/packages.lock.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"Microsoft.Azure.Cosmos": {
1616
"type": "Direct",
17-
"requested": "[3.58.0, )",
18-
"resolved": "3.58.0",
19-
"contentHash": "YuqS7w7URMizfavitu2wBz51n5JhlBZlFEUD01JMqYf9JWpKA2DS/JuJYdmM+/Hov3fmpxeP41ONi8IY1J22Ew==",
17+
"requested": "[3.59.0, )",
18+
"resolved": "3.59.0",
19+
"contentHash": "4Mv1BcPjLtkbaHwLZmaKG6BqebQZqzb+rheY4afoHKcuPp4IBFLo3SJFIcNOInscWD2TGIC+6LdaVjCmMc3hPw==",
2020
"dependencies": {
2121
"Azure.Core": "1.44.1",
2222
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
@@ -843,8 +843,8 @@
843843
},
844844
"Microsoft.Extensions.Primitives": {
845845
"type": "Transitive",
846-
"resolved": "10.0.6",
847-
"contentHash": "L8P21mqaG+CXvPheLndean/cHCOcItJqH8nx+0YQnK7wAiOR0G1IOC418ZSzTMD2D6Gmo0f2M5WR70XtpX2B8g=="
846+
"resolved": "10.0.7",
847+
"contentHash": "D5M0Jr551iTgwkZMN9rm0pSkgNLj5quUWQUmQPMZh7k/bnvZTnXRGfE2KuvXf1EEjt/ofD9yw9IumpgdP9QCnw=="
848848
},
849849
"Microsoft.Identity.Client": {
850850
"type": "Transitive",
@@ -1004,8 +1004,8 @@
10041004
"Azure.Identity": "[1.21.0, )",
10051005
"Azure.Storage.Queues": "[12.25.0, )",
10061006
"Lib.AspNetCore.WebPush": "[2.2.2, )",
1007-
"Microsoft.Azure.Cosmos": "[3.58.0, )",
1008-
"Microsoft.Extensions.Configuration.Abstractions": "[10.0.6, )",
1007+
"Microsoft.Azure.Cosmos": "[3.59.0, )",
1008+
"Microsoft.Extensions.Configuration.Abstractions": "[10.0.7, )",
10091009
"Newtonsoft.Json": "[13.0.4, )",
10101010
"WebPush": "[1.0.12, )",
10111011
"ms.account.push.subscription.core": "[1.0.0, )"
@@ -1031,11 +1031,11 @@
10311031
},
10321032
"Microsoft.Extensions.Configuration.Abstractions": {
10331033
"type": "CentralTransitive",
1034-
"requested": "[10.0.6, )",
1035-
"resolved": "10.0.6",
1036-
"contentHash": "a7bA7IT3ngIgcOMb/2MVH5CcfSxUCeQ6QXWS1Vt6oFpzLTH3U1+J2Xtc64Uw3whX9akYG8eR/UQeEzxo64zZLg==",
1034+
"requested": "[10.0.7, )",
1035+
"resolved": "10.0.7",
1036+
"contentHash": "t56nEgvECcyLPojZIUFWJknQQDAbgfTf9J+QMYJE1YYvVgz69vN6B/AKL8Grvj3Lcnp8kTpNqwmwFhb3YLJmtQ==",
10371037
"dependencies": {
1038-
"Microsoft.Extensions.Primitives": "10.0.6"
1038+
"Microsoft.Extensions.Primitives": "10.0.7"
10391039
}
10401040
},
10411041
"Microsoft.Extensions.DependencyInjection": {

source/notification-service/ms.account.push.subscription.infrastructure/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"Microsoft.Azure.Cosmos": {
3434
"type": "Direct",
35-
"requested": "[3.58.0, )",
36-
"resolved": "3.58.0",
37-
"contentHash": "YuqS7w7URMizfavitu2wBz51n5JhlBZlFEUD01JMqYf9JWpKA2DS/JuJYdmM+/Hov3fmpxeP41ONi8IY1J22Ew==",
35+
"requested": "[3.59.0, )",
36+
"resolved": "3.59.0",
37+
"contentHash": "4Mv1BcPjLtkbaHwLZmaKG6BqebQZqzb+rheY4afoHKcuPp4IBFLo3SJFIcNOInscWD2TGIC+6LdaVjCmMc3hPw==",
3838
"dependencies": {
3939
"Azure.Core": "1.44.1",
4040
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",

0 commit comments

Comments
 (0)