Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 6389b6d commit 7270c57
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 @@ -17,7 +17,7 @@
<PackageVersion Include="LineReader" Version="0.1.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageVersion Include="MongoDB.Bson" Version="2.30.0" />
<PackageVersion Include="MongoDB.Bson" Version="3.0.0" />
<PackageVersion Include="MongoDB.Driver" Version="2.30.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 @@ -152,9 +152,9 @@
},
"MongoDB.Bson": {
"type": "Direct",
"requested": "[2.30.0, )",
"resolved": "2.30.0",
"contentHash": "Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==",
"requested": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "qnPRJ58HXDh7C4oxTf6YB7BJhlCGJIa6TMXhzImw6zk44lrAomQXTB6AtoQ5lNJbkyrgQcT7+smsKFMnXmLXhw==",
"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 @@ -954,7 +954,7 @@
"LineReader": "[0.1.0, )",
"Microsoft.CodeAnalysis.CSharp.Scripting": "[4.11.0, )",
"Microsoft.Extensions.Caching.Memory": "[8.0.1, )",
"MongoDB.Bson": "[2.30.0, )",
"MongoDB.Bson": "[3.0.0, )",
"MongoDB.Driver": "[2.30.0, )",
"NLog": "[5.3.4, )",
"Newtonsoft.Json": "[13.0.3, )",
Expand Down Expand Up @@ -1129,9 +1129,9 @@
},
"MongoDB.Bson": {
"type": "CentralTransitive",
"requested": "[2.30.0, )",
"resolved": "2.30.0",
"contentHash": "Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==",
"requested": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "qnPRJ58HXDh7C4oxTf6YB7BJhlCGJIa6TMXhzImw6zk44lrAomQXTB6AtoQ5lNJbkyrgQcT7+smsKFMnXmLXhw==",
"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 @@ -954,7 +954,7 @@
"LineReader": "[0.1.0, )",
"Microsoft.CodeAnalysis.CSharp.Scripting": "[4.11.0, )",
"Microsoft.Extensions.Caching.Memory": "[8.0.1, )",
"MongoDB.Bson": "[2.30.0, )",
"MongoDB.Bson": "[3.0.0, )",
"MongoDB.Driver": "[2.30.0, )",
"NLog": "[5.3.4, )",
"Newtonsoft.Json": "[13.0.3, )",
Expand Down Expand Up @@ -1114,9 +1114,9 @@
},
"MongoDB.Bson": {
"type": "CentralTransitive",
"requested": "[2.30.0, )",
"resolved": "2.30.0",
"contentHash": "Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==",
"requested": "[3.0.0, )",
"resolved": "3.0.0",
"contentHash": "qnPRJ58HXDh7C4oxTf6YB7BJhlCGJIa6TMXhzImw6zk44lrAomQXTB6AtoQ5lNJbkyrgQcT7+smsKFMnXmLXhw==",
"dependencies": {
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
Expand Down

0 comments on commit 7270c57

Please sign in to comment.