Skip to content

Commit

Permalink
build(deps): bump MongoDb_Version from 2.19.0 to 2.22.0
Browse files Browse the repository at this point in the history
Bumps `MongoDb_Version` from 2.19.0 to 2.22.0.

Updates `MongoDB.Bson` from 2.19.0 to 2.22.0
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.19.0...v2.22.0)

Updates `MongoDB.Driver` from 2.19.0 to 2.22.0
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.19.0...v2.22.0)

---
updated-dependencies:
- dependency-name: MongoDB.Bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 17, 2023
1 parent d63e424 commit 80d6558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup Label="Common properties">
<Product>Eventual Shop</Product>
<Copyright>Copyright (c) 2021-2023 Antonio Falcão Jr.</Copyright>
Expand Down Expand Up @@ -34,7 +34,7 @@
<Grpc_Net_ClientFactory_Version>2.52.0-pre1</Grpc_Net_ClientFactory_Version>

<!--MongoDb-->
<MongoDb_Version>2.19.0</MongoDb_Version>
<MongoDb_Version>2.22.0</MongoDb_Version>

<!--MassTransit-->
<MassTransit_Version>8.0.14-develop.1152</MassTransit_Version>
Expand Down

0 comments on commit 80d6558

Please sign in to comment.