Skip to content

Commit

Permalink
Update STJ to get rid of vulnerability warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Nov 27, 2024
1 parent e4d743c commit 2259590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)" />
<PackageReference Include="System.Text.Json" Version="[6.0,)" />
<PackageReference Include="System.Text.Json" Version="6.0,10" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
<PackageReference Include="YamlDotNet" Version="$(YamlDotNetVersion)" />
</ItemGroup>
Expand Down

0 comments on commit 2259590

Please sign in to comment.