Skip to content

Commit

Permalink
Upgrade RestSharp to 108.0.3 and Newtonsoft.Json to 13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaffie committed Jun 6, 2023
1 parent 931d705 commit 98ff67d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 55 deletions.
2 changes: 1 addition & 1 deletion src/Taxjar.Tests/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void returns_exception_with_timeout()

var systemException = Assert.Throws<Exception>(() => Bootstrap.client.Categories());

Assert.AreEqual("The operation has timed out.", systemException.Message);
Assert.AreEqual("A task was canceled.", systemException.Message);
}
}
}
4 changes: 2 additions & 2 deletions src/Taxjar.Tests/TaxJar.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
<PackageReference Include="RestSharp" Version="106.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="RestSharp" Version="108.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="WireMock.Net.StandAlone" Version="1.0.19.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Taxjar/Taxjar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="RestSharp" Version="106.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="108.0.3" />
</ItemGroup>

</Project>
Loading

0 comments on commit 98ff67d

Please sign in to comment.