Skip to content

Commit 26bc072

Browse files
build(deps): bump Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.AspNetCore.Authentication.OpenIdConnect, Microsoft.Extensions.Options, Microsoft.Identity.Web and Microsoft.Identity.Web.UI (#1427)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore), [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore), [Microsoft.Extensions.Options](https://github.com/dotnet/runtime), [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.8 to 8.0.0 - [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...v8.0.0) Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.11 to 8.0.0 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.11...v8.0.0) Updates `Microsoft.Extensions.Options` from 8.0.2 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v8.0.2) Updates `Microsoft.Identity.Web` from 3.3.0 to 3.4.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.3.0...3.4.0) Updates `Microsoft.Identity.Web.UI` from 3.3.0 to 3.4.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.3.0...3.4.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Identity.Web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Identity.Web.UI dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eab6b89 commit 26bc072

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.3.0" />
18-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.3.0" />
17+
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
18+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.4.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)