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

Bump the notsecurity group with 4 updates #3178

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the notsecurity group with 4 updates: Microsoft.Identity.Client, Microsoft.Identity.Web.DownstreamApi, Microsoft.Identity.Web.MicrosoftGraph and Microsoft.Identity.Web.

Updates Microsoft.Identity.Client from 4.66.1 to 4.66.2

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.66.2

Bug Fixes

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.66.2

Bug Fixes

Commits

Updates Microsoft.Identity.Web.DownstreamApi from 3.3.0 to 3.5.0

Release notes

Sourced from Microsoft.Identity.Web.DownstreamApi's releases.

3.5.0

Bug fixes

Fundamentals

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

  • Updated to Microsoft.IdentityModel.* 8.2.1
  • Updated to Microsoft.Identity.Abstractions 7.2.0

New features

  • Add ROPC flow support for confidential client applications. See 3091, 3129, 3139.
  • Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See 3121, 3132.
  • Update to use .NET 9 GA. See 3127.

What's Changed

New Contributors

Full Changelog: 3.3.1...3.4.0

... (truncated)

Changelog

Sourced from Microsoft.Identity.Web.DownstreamApi's changelog.

3.5.0

  • Updated to Microsoft.IdentityModel.* 8.3.0

Bug fixes

Fundamentals

3.4.0

  • Updated to Microsoft.IdentityModel.* 8.2.1
  • Updated to Microsoft.Identity.Abstractions 7.2.0

New features

  • Add ROPC flow support for confidential client applications. See 3091, 3129, 3139.
  • Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See 3121, 3132.
  • Update to use .NET 9 GA. See 3127.

3.3.1

  • Updated to Microsoft.IdentityModel.* 8.2.0

Supportability

  • Added JSON schema support for Microsoft.Identity.Web configuration. This allows for schema validation in the appsettings.json, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json: "$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json" This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR #3119 for details.

Fundamentals

  • Fix a flaky test in the L1L2Cache tests. See PR #3122 for details.
Commits

Updates Microsoft.Identity.Web.MicrosoftGraph from 3.3.0 to 3.5.0

Release notes

Sourced from Microsoft.Identity.Web.MicrosoftGraph's releases.

3.5.0

Bug fixes

Fundamentals

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

  • Updated to Microsoft.IdentityModel.* 8.2.1
  • Updated to Microsoft.Identity.Abstractions 7.2.0

New features

  • Add ROPC flow support for confidential client applications. See 3091, 3129, 3139.
  • Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See 3121, 3132.
  • Update to use .NET 9 GA. See 3127.

What's Changed

New Contributors

Full Changelog: 3.3.1...3.4.0

... (truncated)

Changelog

Sourced from Microsoft.Identity.Web.MicrosoftGraph's changelog.

3.5.0

  • Updated to Microsoft.IdentityModel.* 8.3.0

Bug fixes

Fundamentals

3.4.0

  • Updated to Microsoft.IdentityModel.* 8.2.1
  • Updated to Microsoft.Identity.Abstractions 7.2.0

New features

  • Add ROPC flow support for confidential client applications. See 3091, 3129, 3139.
  • Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See 3121, 3132.
  • Update to use .NET 9 GA. See 3127.

3.3.1

  • Updated to Microsoft.IdentityModel.* 8.2.0

Supportability

  • Added JSON schema support for Microsoft.Identity.Web configuration. This allows for schema validation in the appsettings.json, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json: "$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json" This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR #3119 for details.

Fundamentals

  • Fix a flaky test in the L1L2Cache tests. See PR #3122 for details.
Commits

Updates Microsoft.Identity.Web from 3.3.0 to 3.5.0

Release notes

Sourced from Microsoft.Identity.Web's releases.

3.5.0

Bug fixes

Fundamentals

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

  • Updated to Microsoft.IdentityModel.* 8.2.1
  • Updated to Microsoft.Identity.Abstractions 7.2.0

New features

  • Add ROPC flow support for confidential client applications. See 3091, 3129, 3139.
  • Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See 3121, 3132.
  • Update to use .NET 9 GA. See 3127.

What's Changed

New Contributors

Full Changelog: 3.3.1...3.4.0

... (truncated)

Changelog

Sourced from Microsoft.Identity.Web's changelog.

3.5.0

  • Updated to Microsoft.IdentityModel.* 8.3.0

Bug fixes

Fundamentals

3.4.0

  • Updated to Microsoft.IdentityModel.* 8.2.1
  • Updated to Microsoft.Identity.Abstractions 7.2.0

New features

  • Add ROPC flow support for confidential client applications. See 3091, 3129, 3139.
  • Allow multi-tenant applications to specify the AppHomeTenantId to be used for client credentials. See 3121, 3132.
  • Update to use .NET 9 GA. See 3127.

3.3.1

  • Updated to Microsoft.IdentityModel.* 8.2.0

Supportability

  • Added JSON schema support for Microsoft.Identity.Web configuration. This allows for schema validation in the appsettings.json, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json: "$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json" This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR #3119 for details.

Fundamentals

  • Fix a flaky test in the L1L2Cache tests. See PR #3122 for details.
Commits

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

Bumps the notsecurity group with 4 updates: [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet), [Microsoft.Identity.Web.DownstreamApi](https://github.com/AzureAD/microsoft-identity-web), [Microsoft.Identity.Web.MicrosoftGraph](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web).


Updates `Microsoft.Identity.Client` from 4.66.1 to 4.66.2
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.66.1...4.66.2)

Updates `Microsoft.Identity.Web.DownstreamApi` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](3.3.0...3.5.0)

Updates `Microsoft.Identity.Web.MicrosoftGraph` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](3.3.0...3.5.0)

Updates `Microsoft.Identity.Web` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](3.3.0...3.5.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notsecurity
- dependency-name: Microsoft.Identity.Web.DownstreamApi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notsecurity
- dependency-name: Microsoft.Identity.Web.MicrosoftGraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notsecurity
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notsecurity
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 01:25
@jennyf19
Copy link
Collaborator

jennyf19 commented Jan 6, 2025

would rather not take the changes to 9x versions.

@jennyf19 jennyf19 closed this Jan 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/nuget/notsecurity-448cebd89d branch January 6, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant