Skip to content

Commit

Permalink
Hotfix update STJ to fix NU1903 that prevents build.
Browse files Browse the repository at this point in the history
error NU1903: Warning As Error: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability
  • Loading branch information
sarahelsaig committed Jul 10, 2024
1 parent 3667662 commit 34ae004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageVersion Include="OrchardCore.Workflows.Abstractions" Version="$(OrchardCoreVersion)" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="Stripe.net" Version="44.8.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.3" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<PackageVersion Include="xunit" Version="2.8.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0" />
</ItemGroup>
Expand Down

0 comments on commit 34ae004

Please sign in to comment.