Skip to content

Bump the version-updates group with 2 updates#667

Merged
AndrewMcLachlan merged 1 commit intomainfrom
dependabot/nuget/version-updates-e7f34c33b1
Feb 3, 2026
Merged

Bump the version-updates group with 2 updates#667
AndrewMcLachlan merged 1 commit intomainfrom
dependabot/nuget/version-updates-e7f34c33b1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Updated Microsoft.Identity.Client from 4.81.0 to 4.82.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.82.0

4.82.0

Highlights

This release expands extensibility for confidential-client authentication (certificates + client assertions), adds additional sovereign cloud environments, and hardens security-sensitive flows (mTLS PoP and system browser auth) with clearer validation and safer defaults.

Features

  • Certificate-based confidential client extensibility: Introduced CertificateOptions and updated WithCertificate extensibility APIs to accept it, including support for passing sendX5C configuration through the options model. (#​5655)
  • Sovereign cloud support: Added instance discovery / authority validation support for Bleu (France), Delos (Germany), and GovSG (Singapore) cloud environments. (#​5671)
  • Client assertion customization: Added WithExtraClientAssertionClaims on AcquireTokenForClientParameterBuilder to enable supplying additional signed claims in client assertions (intended for advanced scenarios and higher-level libraries). (#​5650)
  • mTLS PoP guardrails: Added validation and explicit error handling when mTLS PoP is requested for unsupported environments and/or non-login.* hosts. (#​5684)
  • System browser hardening: Added response_mode=form_post support for the default system browser (loopback) flow. MSAL will enforce form_post and process the authorization response from POST data. (#​5678)

Changes

  • Key Attestation packaging rename: Microsoft.Identity.Client.MtlsPop renamed to Microsoft.Identity.Client.KeyAttestation (assembly/package naming update). (#​5653)

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore.SwaggerUI from 10.1.0 to 10.1.1.

Release notes

Sourced from Swashbuckle.AspNetCore.SwaggerUI's releases.

10.1.1

What's Changed

New Contributors

Full Changelog:

domaindrivendev/Swashbuckle.AspNetCore@v10.1.0...v10.1.1

Commits viewable in compare view.

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 Microsoft.Identity.Client from 4.81.0 to 4.82.0
Bumps Swashbuckle.AspNetCore.SwaggerUI from 10.1.0 to 10.1.1

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-version: 4.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 3, 2026
@dependabot dependabot bot requested a review from AndrewMcLachlan as a code owner February 3, 2026 03:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Feb 3, 2026
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Summary

Line coverage Branch coverage

Assembly Line coverage Branch coverage
Asm.MooBank 64.4% 66.2%
Asm.MooBank.Domain 87.5% 79.6%
Asm.MooBank.Infrastructure 71.3% 30%
Asm.MooBank.Models 86.3% 75%
Asm.MooBank.Modules.Accounts 38% 50%
Asm.MooBank.Modules.Assets 75.7% 83.3%
Asm.MooBank.Modules.Bills 32.5% 24.3%
Asm.MooBank.Modules.Budgets 33.4% 26%
Asm.MooBank.Modules.Families 68.9% 100%
Asm.MooBank.Modules.Forecast 82.4% 80.4%
Asm.MooBank.Modules.Groups 52.1% 100%
Asm.MooBank.Modules.Institutions 54.1% 100%
Asm.MooBank.Modules.Instruments 13.1% 10%
Asm.MooBank.Modules.Reports 53.3% 25%
Asm.MooBank.Modules.Stocks 46.3% 32.5%
Asm.MooBank.Modules.Tags 41.8% 50%
Asm.MooBank.Modules.Transactions 60.1% 50%
Asm.MooBank.Modules.Users 81.1% 100%
Asm.MooBank.Security 23.6% 43.7%

@AndrewMcLachlan AndrewMcLachlan merged commit 461d364 into main Feb 3, 2026
23 checks passed
@AndrewMcLachlan AndrewMcLachlan deleted the dependabot/nuget/version-updates-e7f34c33b1 branch February 3, 2026 06:45
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.

1 participant