Skip to content

Commit

Permalink
Upgrade System.Text.Json to 8.0.5 to resolve CVE-2024-43485
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Oct 13, 2024
1 parent 9e736d2 commit 90f62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ZoomNet/ZoomNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Pathoschild.Http.FluentClient" Version="4.4.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Websocket.Client" Version="4.6.1" />
</ItemGroup>
Expand Down

0 comments on commit 90f62a7

Please sign in to comment.