Skip to content

Commit

Permalink
Switch System.Text.Json to non-vulnerable version
Browse files Browse the repository at this point in the history
This switches from the vulnerable and un-fixed 7.0.x versions to the still-supported 6.0.x track.
We avoid switching to 8.x because that could complicate anyone still using .NET 7 (which they shouldn't, but this is a servicing fix).
  • Loading branch information
AArnott committed Aug 8, 2024
1 parent a9e8765 commit 9e88970
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 @@ -31,7 +31,7 @@
<PackageVersion Include="System.Diagnostics.Tools" Version="4.3.0" />
<PackageVersion Include="System.Memory" Version="4.5.5" />
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" />
<PackageVersion Include="System.Text.Json" Version="7.0.2" />
<PackageVersion Include="System.Text.Json" Version="6.0.9" />
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="7.0.0" />
<PackageVersion Include="Validation" Version="2.5.51" />
<PackageVersion Include="Xunit.Combinatorial" Version="1.5.25" />
Expand Down

0 comments on commit 9e88970

Please sign in to comment.