Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Bump the identity-dependencies group in /eng/dependabot/independent with 6 updates #543

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps the identity-dependencies group in /eng/dependabot/independent with 6 updates:

Package From To
Microsoft.Identity.Web 2.16.1 2.17.0
Microsoft.Extensions.Logging.Abstractions $MicrosoftExtensionsLoggingAbstractionsVersion 8.0.0
Microsoft.Extensions.Configuration.Abstractions $MicrosoftExtensionsConfigurationAbstractionsVersion 8.0.0
Microsoft.Extensions.Logging $MicrosoftExtensionsLoggingVersion 8.0.0
Microsoft.AspNetCore.Authentication.JwtBearer $MicrosoftAspNetCoreAuthenticationJwtBearerVersion 8.0.0
Microsoft.Extensions.Logging.Console $MicrosoftExtensionsLoggingConsoleVersion 6.0.0

Updates Microsoft.Identity.Web from 2.16.1 to 2.17.0

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #2645](AzureAD/microsoft-identity-web#2645)
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence

Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #2645](AzureAD/microsoft-identity-web#2645)
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence

Commits

Updates Microsoft.Extensions.Logging.Abstractions from $MicrosoftExtensionsLoggingAbstractionsVersion to 8.0.0

Updates Microsoft.Extensions.Configuration.Abstractions from $MicrosoftExtensionsConfigurationAbstractionsVersion to 8.0.0

Updates Microsoft.Extensions.Logging from $MicrosoftExtensionsLoggingVersion to 8.0.0

Updates Microsoft.AspNetCore.Authentication.JwtBearer from $MicrosoftAspNetCoreAuthenticationJwtBearerVersion to 8.0.0

Updates Microsoft.Extensions.Logging.Console from $MicrosoftExtensionsLoggingConsoleVersion to 6.0.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 20, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/eng/dependabot/independent/main/identity-dependencies-fbfbe9757c branch from 169d16b to d7ff5c3 Compare February 20, 2024 18:22
Bumps the identity-dependencies group in /eng/dependabot/independent with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.16.1` | `2.17.0` |
| Microsoft.Extensions.Logging.Abstractions | `$MicrosoftExtensionsLoggingAbstractionsVersion` | `8.0.0` |
| Microsoft.Extensions.Configuration.Abstractions | `$MicrosoftExtensionsConfigurationAbstractionsVersion` | `8.0.0` |
| Microsoft.Extensions.Logging | `$MicrosoftExtensionsLoggingVersion` | `8.0.0` |
| Microsoft.AspNetCore.Authentication.JwtBearer | `$MicrosoftAspNetCoreAuthenticationJwtBearerVersion` | `8.0.0` |
| Microsoft.Extensions.Logging.Console | `$MicrosoftExtensionsLoggingConsoleVersion` | `6.0.0` |


Updates `Microsoft.Identity.Web` from 2.16.1 to 2.17.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@2.16.1...2.17.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from $MicrosoftExtensionsLoggingAbstractionsVersion to 8.0.0

Updates `Microsoft.Extensions.Configuration.Abstractions` from $MicrosoftExtensionsConfigurationAbstractionsVersion to 8.0.0

Updates `Microsoft.Extensions.Logging` from $MicrosoftExtensionsLoggingVersion to 8.0.0

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from $MicrosoftAspNetCoreAuthenticationJwtBearerVersion to 8.0.0

Updates `Microsoft.Extensions.Logging.Console` from $MicrosoftExtensionsLoggingConsoleVersion to 6.0.0

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: identity-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  dependency-group: identity-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  dependency-group: identity-dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  dependency-group: identity-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  dependency-group: identity-dependencies
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  dependency-group: identity-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/eng/dependabot/independent/main/identity-dependencies-fbfbe9757c branch from d7ff5c3 to 36caa91 Compare February 20, 2024 20:15
Copy link
Author

dependabot bot commented on behalf of github Feb 21, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 21, 2024
@dependabot dependabot bot deleted the dependabot/nuget/eng/dependabot/independent/main/identity-dependencies-fbfbe9757c branch February 21, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants