Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [JsonSubTypes](https://github.com/manuc66/JsonSubTypes), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json), [Polly](https://github.com/App-vNext/Polly) and [RestSharp](https://github.com/restsharp/RestSharp).


Updates `JsonSubTypes` from 1.8.0 to 2.0.1
- [Release notes](https://github.com/manuc66/JsonSubTypes/releases)
- [Changelog](https://github.com/manuc66/JsonSubTypes/blob/master/CHANGELOG.md)
- [Commits](manuc66/JsonSubTypes@v1.8.0...v2.0.1)

Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3)

Updates `Polly` from 7.2.2 to 8.3.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](https://github.com/App-vNext/Polly/commits/8.3.1)

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

---
updated-dependencies:
- dependency-name: JsonSubTypes
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Polly
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: 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 Apr 12, 2024
1 parent 83a27bc commit af3d7c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Ory.Kratos.Client/Ory.Kratos.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="106.13.0" />
<PackageReference Include="Polly" Version="7.2.2" />
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit af3d7c6

Please sign in to comment.