Skip to content

Commit

Permalink
Merge pull request #217 from flcdrg/dependabot/nuget/Verify.MongoDB/M…
Browse files Browse the repository at this point in the history
…ongoDB.Driver-2.19.0

Bump MongoDB.Driver from 2.5.0 to 2.19.0 in /Verify.MongoDB
  • Loading branch information
github-actions[bot] authored Mar 4, 2023
2 parents 1cac2dd + 377b55f commit 9bf521e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Verify.MongoDB.Tests/IntegrationTests.FindAsync.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Command: find,
StartTime: DateTimeOffset_1,
OperationId: 2,
RequestId: 9
RequestId: 6
},
{
Document: {
Expand All @@ -28,7 +28,7 @@
Command: find,
StartTime: DateTimeOffset_2,
OperationId: 2,
RequestId: 9
RequestId: 6
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Command: insert,
StartTime: DateTimeOffset_1,
OperationId: 5,
RequestId: 26
RequestId: 17
},
{
Document: {
Expand All @@ -28,7 +28,7 @@
Command: insert,
StartTime: DateTimeOffset_2,
OperationId: 5,
RequestId: 26
RequestId: 17
}
]
}
2 changes: 1 addition & 1 deletion Verify.MongoDB/Verify.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<!-- Stick with MongoDB.Driver 2.5.0 so we work with that and above -->
<PackageReference Include="MongoDB.Driver" Version="2.5.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="Verify" Version="19.10.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
Expand Down

0 comments on commit 9bf521e

Please sign in to comment.