Skip to content

Commit b703608

Browse files
committed
fix: FroniusSolarClient/FroniusSolarClient.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678
1 parent b9d3505 commit b703608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FroniusSolarClient/FroniusSolarClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
28-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
28+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2929
</ItemGroup>
3030

3131
</Project>

0 commit comments

Comments
 (0)