1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 18:53:41 +00:00

[deps] Auth: Update Duende.IdentityServer to 7.2.4 (#5683)

* [deps] Auth: Update Duende.IdentityServer to 7.2.4

* fix: update namespaces

* chore: dotnet format
---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ike Kottlowski <ikottlowski@bitwarden.com>
Co-authored-by: Ike <137194738+ike-kottlowski@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-21 16:53:36 -04:00
committed by GitHub
parent 91bb3c1e68
commit 50b36bda2a
26 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ using Bit.Core.Test.AutoFixture.UserFixtures;
using Bit.Core.Utilities;
using Bit.Test.Common.AutoFixture;
using Bit.Test.Common.AutoFixture.Attributes;
using IdentityModel;
using Duende.IdentityModel;
using Microsoft.AspNetCore.DataProtection;
using Xunit;