From 6249f3c807bf762c60dbc93c0056a8f0ab1989ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:05:55 +0200 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates (#29) * 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](https://github.com/JamesNK/Newtonsoft.Json.Schema/compare/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] * Update Home.razor.cs --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com> --- OryAdmin/Components/Pages/Home.razor.cs | 2 +- OryAdmin/OryAdmin.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OryAdmin/Components/Pages/Home.razor.cs b/OryAdmin/Components/Pages/Home.razor.cs index 5e7d39d..41af87c 100644 --- a/OryAdmin/Components/Pages/Home.razor.cs +++ b/OryAdmin/Components/Pages/Home.razor.cs @@ -146,7 +146,7 @@ protected override async Task OnInitializedAsync() try { var version = await ApiService.OathKeeperVersion.GetVersionAsync(); - _oathKeeperVersion = version._Version; + _oathKeeperVersion = version.VarVersion; } catch (Exception) { diff --git a/OryAdmin/OryAdmin.csproj b/OryAdmin/OryAdmin.csproj index 8b1290d..99c11c0 100644 --- a/OryAdmin/OryAdmin.csproj +++ b/OryAdmin/OryAdmin.csproj @@ -16,11 +16,11 @@ - + - +