Skip to content

Commit

Permalink
Bump MongoDB.Bson from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [MongoDB.Bson](https://github.com/mongodb/mongo-csharp-driver) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v3.0.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jas88 committed Dec 6, 2024
1 parent 7310d22 commit db0113d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" />
<PackageVersion Include="MongoDB.Analyzer" Version="1.5.0" />
<PackageVersion Include="MongoDB.Bson" Version="3.0.0" />
<PackageVersion Include="MongoDB.Bson" Version="3.1.0" />
<PackageVersion Include="MongoDB.Driver" Version="3.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NLog" Version="5.3.4" />
Expand Down
6 changes: 3 additions & 3 deletions src/SmiServices/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@
},
"MongoDB.Bson": {
"type": "Direct",
"requested": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "qnPRJ58HXDh7C4oxTf6YB7BJhlCGJIa6TMXhzImw6zk44lrAomQXTB6AtoQ5lNJbkyrgQcT7+smsKFMnXmLXhw==",
"requested": "[3.1.0, )",
"resolved": "3.1.0",
"contentHash": "3dhaZhz18B5vUoEP13o2j8A6zQfkHdZhwBvLZEjDJum4BTLLv1/Z8bt25UQEtpqvYwLgde4R6ekWZ7XAYUMxuw==",
"dependencies": {
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
"Microsoft.CodeAnalysis.CSharp.Scripting": "[4.11.0, )",
"Microsoft.Extensions.Caching.Memory": "[9.0.0, )",
"MongoDB.Analyzer": "[1.5.0, )",
"MongoDB.Bson": "[3.0.0, )",
"MongoDB.Bson": "[3.1.0, )",
"MongoDB.Driver": "[3.0.0, )",
"NLog": "[5.3.4, )",
"Newtonsoft.Json": "[13.0.3, )",
Expand Down Expand Up @@ -1124,9 +1124,9 @@
},
"MongoDB.Bson": {
"type": "CentralTransitive",
"requested": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "qnPRJ58HXDh7C4oxTf6YB7BJhlCGJIa6TMXhzImw6zk44lrAomQXTB6AtoQ5lNJbkyrgQcT7+smsKFMnXmLXhw==",
"requested": "[3.1.0, )",
"resolved": "3.1.0",
"contentHash": "3dhaZhz18B5vUoEP13o2j8A6zQfkHdZhwBvLZEjDJum4BTLLv1/Z8bt25UQEtpqvYwLgde4R6ekWZ7XAYUMxuw==",
"dependencies": {
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
"Microsoft.CodeAnalysis.CSharp.Scripting": "[4.11.0, )",
"Microsoft.Extensions.Caching.Memory": "[9.0.0, )",
"MongoDB.Analyzer": "[1.5.0, )",
"MongoDB.Bson": "[3.0.0, )",
"MongoDB.Bson": "[3.1.0, )",
"MongoDB.Driver": "[3.0.0, )",
"NLog": "[5.3.4, )",
"Newtonsoft.Json": "[13.0.3, )",
Expand Down Expand Up @@ -1108,9 +1108,9 @@
},
"MongoDB.Bson": {
"type": "CentralTransitive",
"requested": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "qnPRJ58HXDh7C4oxTf6YB7BJhlCGJIa6TMXhzImw6zk44lrAomQXTB6AtoQ5lNJbkyrgQcT7+smsKFMnXmLXhw==",
"requested": "[3.1.0, )",
"resolved": "3.1.0",
"contentHash": "3dhaZhz18B5vUoEP13o2j8A6zQfkHdZhwBvLZEjDJum4BTLLv1/Z8bt25UQEtpqvYwLgde4R6ekWZ7XAYUMxuw==",
"dependencies": {
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
Expand Down

0 comments on commit db0113d

Please sign in to comment.