Skip to content

Commit

Permalink
Bump RestSharp from 109.0.1 to 110.2.0 (#80)
Browse files Browse the repository at this point in the history
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 109.0.1 to 110.2.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@109.0.1...110.2.0)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2023
1 parent 542edbe commit 2f5eca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SeatsioDotNet.Test/SeatsioDotNet.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="RestSharp" Version="109.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SeatsioDotNet/SeatsioDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="RestSharp" Version="109.0.1" />
<PackageReference Include="RestSharp" Version="110.2.0" />
</ItemGroup>
</Project>

0 comments on commit 2f5eca7

Please sign in to comment.