Skip to content

Commit

Permalink
Merge pull request #1074 from dotnet/fix1073
Browse files Browse the repository at this point in the history
Switch System.Text.Json to non-vulnerable version
  • Loading branch information
AArnott authored Aug 8, 2024
2 parents a9e8765 + 9e88970 commit d2035fb
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 d2035fb

Please sign in to comment.