Skip to content

Commit c2dc4da

Browse files
Merge pull request #45 from seanterry/CVE-2024-43485
Fix build warning for CVE-2024-43485 #44
2 parents e5549cf + e6a8062 commit c2dc4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Htmx/Htmx.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="System.Text.Json" Version="6.0.5" />
28+
<PackageReference Include="System.Text.Json" Version="6.0.10" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)