Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Microsoft.Azure.Cosmos from 3.50.0 to 3.53.0
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-version: 3.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2025
commit b45ad47ab2a653cadfacd808be0b6e081774f7a8
2 changes: 1 addition & 1 deletion ClassLibrary1/ClassLibrary1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.14.2" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.50.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.53.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions ClassLibrary1/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"Microsoft.Azure.Cosmos": {
"type": "Direct",
"requested": "[3.50.0, )",
"resolved": "3.50.0",
"contentHash": "xA2nibSRDegC+4Ts2b5fkAaHuorIl6FInK3iIO7as2S6v//3sEcomekdmdtaY1QWVRYzUhjTg/7++RzyMhGSKQ==",
"requested": "[3.53.0, )",
"resolved": "3.53.0",
"contentHash": "ji3wB5ZnTCnY2dSMz3MDd3ExiQ4C3h8Nhu9SC2dcBrftRP/W7Nepm19qBQlqj3QZSf1BCrzGGaS9/rvhfMQwEA==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
Expand Down
Loading