Skip to content

Commit

Permalink
Bump RestSharp in the dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update in the / directory: [RestSharp](https://github.com/restsharp/RestSharp).


Updates `RestSharp` from 110.2.0 to 111.2.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@110.2.0...111.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 6c03c98 commit adab7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ory.Hydra.Client/Ory.Hydra.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="111.2.0" />
<PackageReference Include="Polly" Version="8.4.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Ory.Kratos.Client/Ory.Kratos.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="111.2.0" />
<PackageReference Include="Polly" Version="8.4.0" />
</ItemGroup>

Expand Down

0 comments on commit adab7d5

Please sign in to comment.