Skip to content

Commit dbe2ce3

Browse files
Bump System.Text.Json version due to CVE-2024-30105 (#5744)
1 parent 46265e3 commit dbe2ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
33
<ItemGroup>
4-
<PackageVersion Update="System.Text.Json" Version="6.0.5" />
4+
<PackageVersion Update="System.Text.Json" Version="8.0.4" />
55
</ItemGroup>
66
</Project>

test/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
33
<ItemGroup>
4-
<PackageVersion Update="System.Text.Json" Version="7.0.1" />
4+
<PackageVersion Update="System.Text.Json" Version="8.0.4" />
55
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
66
<PackageVersion Include="Microsoft.Coyote" Version="1.7.10" />
77
</ItemGroup>

0 commit comments

Comments
 (0)