Skip to content

Commit

Permalink
chore: Security upgrade Newtonsoft.Json from 9.0.1 to 13.0.1 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-product-security authored Apr 25, 2022
1 parent 20ebe36 commit ab8906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio/Twilio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">
<Reference Include="System" />
<Reference Include="System.Web" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="JWT" Version="1.3.4" />
</ItemGroup>
<ItemGroup Condition="($(TargetFramework.StartsWith('net3')) OR $(TargetFramework.StartsWith('net4'))) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit ab8906c

Please sign in to comment.