1 files changed, 2 insertions, 2 deletions
diff --git a/extra/admin-api/Interop/Spacebar.Interop.Authentication/Spacebar.Interop.Authentication.csproj b/extra/admin-api/Interop/Spacebar.Interop.Authentication/Spacebar.Interop.Authentication.csproj
index a56ed4f8..741f9a56 100644
--- a/extra/admin-api/Interop/Spacebar.Interop.Authentication/Spacebar.Interop.Authentication.csproj
+++ b/extra/admin-api/Interop/Spacebar.Interop.Authentication/Spacebar.Interop.Authentication.csproj
@@ -14,8 +14,8 @@
<ItemGroup>
<PackageReference Include="ArcaneLibs" Version="1.0.1-preview.20260126-091403"/>
- <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.5" />
- <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.6" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.6" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.17.0" />
</ItemGroup>
|