Skip to content

Commit acd6852

Browse files
fix: src/It.FattureInCloud.Sdk/It.FattureInCloud.Sdk.csproj to reduce vulnerabilities (#141)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-8168848 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 8891b9c commit acd6852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/It.FattureInCloud.Sdk/It.FattureInCloud.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
2727
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
28-
<PackageReference Include="RestSharp" Version="112.0.0" />
28+
<PackageReference Include="RestSharp" Version="113.0.0" />
2929
<PackageReference Include="Polly" Version="8.1.0" />
3030
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
3131
<None Include="../../README.md" Pack="true" PackagePath="\"/>

0 commit comments

Comments
 (0)