Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 2 updates (#29)
Browse files Browse the repository at this point in the history
* Bump the dependencies group across 1 directory with 2 updates

Bumps the dependencies group with 2 updates in the / directory: [Newtonsoft.Json.Schema](https://github.com/JamesNK/Newtonsoft.Json.Schema) and [Ory.Oathkeeper.Client](https://github.com/ory/sdk).


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 `Ory.Oathkeeper.Client` from 0.40.6 to 0.40.8
- [Release notes](https://github.com/ory/sdk/releases)
- [Commits](https://github.com/ory/sdk/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Home.razor.cs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joscha <[email protected]>
  • Loading branch information
dependabot[bot] and josxha authored Jul 23, 2024
1 parent 7d05fd8 commit 6249f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OryAdmin/Components/Pages/Home.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected override async Task OnInitializedAsync()
try
{
var version = await ApiService.OathKeeperVersion.GetVersionAsync();
_oathKeeperVersion = version._Version;
_oathKeeperVersion = version.VarVersion;
}
catch (Exception)
{
Expand Down
4 changes: 2 additions & 2 deletions OryAdmin/OryAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

<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.Hydra.Client" Version="2.2.1" />
<PackageReference Include="Ory.Keto.Client" Version="0.11.0-alpha.0"/>
<PackageReference Include="Ory.Kratos.Client" Version="1.2.1" />
<PackageReference Include="Ory.Oathkeeper.Client" Version="0.40.6"/>
<PackageReference Include="Ory.Oathkeeper.Client" Version="0.40.8"/>
<PackageReference Include="UAParser" Version="3.1.47"/>
</ItemGroup>

Expand Down

0 comments on commit 6249f3c

Please sign in to comment.