Skip to content

Commit bf223c8

Browse files
build(deps): bump Microsoft.Identity.Web.UI, Microsoft.Identity.Web, Microsoft.Extensions.Options, Microsoft.AspNetCore.Authentication.JwtBearer and Microsoft.AspNetCore.Authentication.OpenIdConnect (#1419)
Bumps [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web), [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web), [Microsoft.Extensions.Options](https://github.com/dotnet/runtime), [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) and [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore). These dependencies needed to be updated together. Updates `Microsoft.Identity.Web.UI` from 3.2.2 to 3.3.0 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](AzureAD/microsoft-identity-web@3.2.2...3.3.0) Updates `Microsoft.Identity.Web` from 3.2.2 to 3.3.0 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](AzureAD/microsoft-identity-web@3.2.2...3.3.0) Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0-rc.2.24473.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0-rc.2.24473.5) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.8 to 9.0.0-rc.2.24474.3 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.8...v9.0.0-rc.2.24474.3) Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.8 to 9.0.0-rc.2.24474.3 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.8...v9.0.0-rc.2.24474.3) --- updated-dependencies: - dependency-name: Microsoft.Identity.Web.UI dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fede0e commit bf223c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimplePasswordManagerService/SimplePasswordManagerService.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" NoWarn="NU1605" />
1515
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.11" NoWarn="NU1605" />
1616
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
17-
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
18-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.2.2" />
17+
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
18+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.3.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)