Skip to content

Commit

Permalink
Bump System.Text.RegularExpressions to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-toporet authored Dec 18, 2024
1 parent 1bc8b0e commit ed9b137
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Persistence/Wolverine.RDBMS/Wolverine.RDBMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
<ProjectReference Include="..\..\Wolverine\Wolverine.csproj"/>
</ItemGroup>

<ItemGroup Label="Patch security vulnerabilities">
<!--
warning NU1903:
Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability,
https://github.com/advisories/GHSA-cmhx-cq75-c4mj
-->
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0"/>
<PackageReference Include="Weasel.CommandLine" Version="7.12.0"/>
Expand Down

0 comments on commit ed9b137

Please sign in to comment.