Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Sep 8, 2023
1 parent 885e691 commit 84a1564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public override InstitutionsError Read(ref Utf8JsonReader reader, Type typeToCon
var error = JsonSerializer.Deserialize<InstitutionsErrorInternal>(ref reader, options);
if (error is not null)
return error.Country is not null ? new InstitutionsError(error.Country) : new InstitutionsError(new BasicError(error.Summary!, error.Detail!));
throw new SerializationException("Couldn't deserialize institutions error. please report this issue to the library author: https://github.com/RobinTTY/NordigenApiClient/issues.");
throw new SerializationException("Couldn't deserialize institutions error, please report this issue to the library author: https://github.com/RobinTTY/NordigenApiClient/issues.");
}

public override void Write(Utf8JsonWriter writer, InstitutionsError value, JsonSerializerOptions options)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.32.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.32.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 84a1564

Please sign in to comment.