Skip to content

Commit

Permalink
Bump Newtonsoft.Json.Schema in the dependencies group (#18)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [Newtonsoft.Json.Schema](https://github.com/JamesNK/Newtonsoft.Json.Schema).


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

---
updated-dependencies:
- dependency-name: Newtonsoft.Json.Schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 6, 2024
1 parent d517dcb commit 7ef7377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.16" />
<PackageReference Include="UAParser" Version="3.1.47"/>
</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.15"/>
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.16"/>
<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 7ef7377

Please sign in to comment.