Skip to content

Commit

Permalink
Merge pull request #45 from seanterry/CVE-2024-43485
Browse files Browse the repository at this point in the history
Fix build warning for CVE-2024-43485 #44
  • Loading branch information
khalidabuhakmeh authored Nov 15, 2024
2 parents e5549cf + e6a8062 commit c2dc4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Htmx/Htmx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.5" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c2dc4da

Please sign in to comment.