2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

Bump MongoDB.Driver from 2.12.3 to 2.19.0 in /Esiur.Stores.MongoDB

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.12.3 to 2.19.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.12.3...v2.19.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-03 23:35:59 +00:00
committed by GitHub
parent 9e620a98ca
commit 1ef7294e31

View File

@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.12.3" />
<PackageReference Include="MongoDB.Driver" Version="2.12.3" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
</ItemGroup>
<ItemGroup>