Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates in the / directory: [Newtonsoft.Json.Schema](https://github.com/JamesNK/Newtonsoft.Json.Schema) and [RestSharp](https://github.com/restsharp/RestSharp).


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

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: Newtonsoft.Json.Schema
  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 Jun 10, 2024
1 parent 6c03c98 commit 9a5d9e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KratosSelfService/KratosSelfService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.16" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
<PackageReference Include="UAParser" Version="3.1.47"/>
</ItemGroup>

Expand Down
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
2 changes: 1 addition & 1 deletion OryAdmin/OryAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.16"/>
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1"/>
<PackageReference Include="Ory.Keto.Client" Version="0.11.0-alpha.0"/>
<PackageReference Include="Ory.Oathkeeper.Client" Version="0.40.6"/>
<PackageReference Include="UAParser" Version="3.1.47"/>
Expand Down

0 comments on commit 9a5d9e7

Please sign in to comment.