Skip to content

Commit

Permalink
update mongo to fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
pacna committed Mar 4, 2023
1 parent 424ad9a commit ec3779a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Edge.LitMusic/src/Edge.LitMusic/Edge.LitMusic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.17.1" />
<PackageReference Include="MongoDB.Driver" Version="2.17.1" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.17.1" />
<PackageReference Include="MongoDB.Bson" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.19.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>

Expand Down

0 comments on commit ec3779a

Please sign in to comment.