Skip to content

Commit

Permalink
Update MongoDB drivers to latest 1.28.0 (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Aug 15, 2024
1 parent 8e99d01 commit 738792f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver.Core" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.28.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.24.0" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
<PackageReference Include="Testcontainers.MongoDb" Version="3.7.0" />
</ItemGroup>

Expand Down

0 comments on commit 738792f

Please sign in to comment.