Skip to content

Commit

Permalink
Merge pull request #75 from cesmii/feature/mongodb-driver-upgrade
Browse files Browse the repository at this point in the history
upgrade mongo db driver - fix dependabot
  • Loading branch information
scoxen1 authored Aug 10, 2023
2 parents 1c8e919 + a022aa1 commit 868dbdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/CESMII.Marketplace.Data/CESMII.Marketplace.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" />
<PackageReference Include="MongoDB.Bson" Version="2.13.1" />
<PackageReference Include="MongoDB.Driver" Version="2.13.1" />
<PackageReference Include="MongoDB.Bson" Version="2.20.0" />
<PackageReference Include="MongoDB.Driver" Version="2.20.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion api/NLog.Mongo/NLog.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.17.1" />
<PackageReference Include="MongoDB.Driver" Version="2.20.0" />
<PackageReference Include="NLog" Version="4.7.10" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.2.23128.3" />
</ItemGroup>
Expand Down

0 comments on commit 868dbdb

Please sign in to comment.