Skip to content

fix(dotnet): Bump the dependencies group with 4 updates - #661

Merged
Herman Jensen (h3rmanj) merged 1 commit into
mainfrom
dependabot/nuget/dotnet/iworker/Company.Worker1/dependencies-566eb8d0a2
Aug 3, 2026
Merged

fix(dotnet): Bump the dependencies group with 4 updates#661
Herman Jensen (h3rmanj) merged 1 commit into
mainfrom
dependabot/nuget/dotnet/iworker/Company.Worker1/dependencies-566eb8d0a2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Azure.AppConfiguration.AspNetCore from 8.5.0 to 8.6.0.

Release notes

Sourced from Microsoft.Azure.AppConfiguration.AspNetCore's releases.

8.6.0

What's Changed

Full Changelog: Azure/AppConfiguration-DotnetProvider@8.5.0...8.6.0

8.6.0-preview

What's Changed

Full Changelog: Azure/AppConfiguration-DotnetProvider@8.5.0-preview...8.6.0-preview

Commits viewable in compare view.

Updated Microsoft.Extensions.Hosting from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Identity.Abstractions from 12.4.0 to 12.6.0.

Release notes

Sourced from Microsoft.Identity.Abstractions's releases.

12.6.0

What's Changed

  • Added TokenAcquisitionFailureDetails.ServiceErrorCodes (IReadOnlyList<string>?) exposing the service-side error codes returned during a failed token acquisition, alongside the existing error code, sub-error, status code, correlation id, and claims. Additive and non-breaking. See #​264.

Full Changelog: AzureAD/microsoft-identity-abstractions-for-dotnet@12.5.0...12.6.0

12.5.0

What's Changed

Full Changelog: AzureAD/microsoft-identity-abstractions-for-dotnet@12.4.0...12.5.0

Commits viewable in compare view.

Updated Microsoft.Identity.Web from 4.12.2 to 4.14.2.

Release notes

Sourced from Microsoft.Identity.Web's releases.

4.14.2

Dependencies updates

  • Bump the Microsoft.IdentityModel.* (Wilson) version to 8.22.0. See #​3986.
  • Fix the net8.0 crypto floor to use the patched System.Security.Cryptography.Xml 8.0.4 (and its System.Security.Cryptography.Pkcs 8.0.1 dependency) instead of over-bumping to the 9.0.18 servicing line (CVE-2026-47302, -47304, -50525, -50648). net9.0 (9.0.18) and net10.0 (10.0.10) are unchanged. See #​3989.

4.14.0

New features

  • Add MicrosoftIdentityOptions.PartitionAppTokenCacheByAudience to partition the app token cache by resource/audience. See #​3979.
  • Expose MSAL's background token-refresh callback through Id.Web via TokenAcquisitionExtensionOptions.OnBackgroundTokenRefreshCompleted. See #​3973.
  • Add MicrosoftIdentityOptions.UseFastUnboundedCache; stop short-circuiting the in-memory token cache serialization provider. See #​3970.
  • OIDC FIC (Microsoft.Identity.Web.OidcFIC) now supports mTLS token binding. See #​3851.

Bug fixes

  • Token binding: the CCA cache key now distinguishes a bound credential (UseBoundCredential = true) from its unbound equivalent; the certificate-error retry path invalidates the cache entry for the actual request mode (bearer vs mTLS PoP).
  • Forward the OpenTelemetry tags enricher onto the inner FIC client-assertion leg. See #​3968.

Dependencies updates

  • Microsoft.Identity.Client → 4.87.0 (#​3975)
  • Microsoft.Identity.Abstractions → 12.6.0 (#​3976)
  • System.Security.Cryptography.Xml / System.Security.Cryptography.Pkcs → patched (CVE-2026-47302, -47304, -50525, -50648) (#​3964)
  • notsecurity group: 1 update (#​3965)

Full changelog: AzureAD/microsoft-identity-web@4.13.2...4.14.0

4.13.2

What's Changed

Full Changelog: AzureAD/microsoft-identity-web@4.13.0...4.13.2

4.13.0

What's Changed

Full Changelog: AzureAD/microsoft-identity-web@4.12.2...4.13.0

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 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.Azure.AppConfiguration.AspNetCore from 8.5.0 to 8.6.0
Bumps Microsoft.Extensions.Hosting from 10.0.9 to 10.0.10
Bumps Microsoft.Identity.Abstractions from 12.4.0 to 12.6.0
Bumps Microsoft.Identity.Web from 4.12.2 to 4.14.2

---
updated-dependencies:
- dependency-name: Microsoft.Azure.AppConfiguration.AspNetCore
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Identity.Abstractions
  dependency-version: 12.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.Identity.Web
  dependency-version: 4.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Aug 3, 2026
@h3rmanj
Herman Jensen (h3rmanj) merged commit a145cac into main Aug 3, 2026
2 checks passed
@h3rmanj
Herman Jensen (h3rmanj) deleted the dependabot/nuget/dotnet/iworker/Company.Worker1/dependencies-566eb8d0a2 branch August 3, 2026 08:02
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