Skip to content

Bump the all-packages group with 15 updates#512

Merged
hukho merged 1 commit intomainfrom
dependabot/nuget/UKHO.ExchangeSetService.API/UKHO.ExchangeSetService.API.FunctionalTests/all-packages-238fe73c19
Feb 2, 2026
Merged

Bump the all-packages group with 15 updates#512
hukho merged 1 commit intomainfrom
dependabot/nuget/UKHO.ExchangeSetService.API/UKHO.ExchangeSetService.API.FunctionalTests/all-packages-238fe73c19

Conversation

@dependabot
Copy link
Contributor

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

Updated Azure.Storage.Blobs from 12.26.0 to 12.27.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

12.27.0

12.27.0 (2026-01-08)

Features Added

  • Includes all features from 12.27.0-beta.1

12.27.0-beta.1

12.27.0-beta.1 (2026-01-20)

Features Added

  • This release contains bug fixes to improve quality.

Other Changes

  • Changed the default concurrency upload count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

Commits viewable in compare view.

Updated Azure.Storage.Common from 12.25.0 to 12.26.0.

Release notes

Sourced from Azure.Storage.Common's releases.

12.26.0

12.26.0 (2026-01-08)

Features Added

  • This release contains bug fixes to improve quality.

12.26.0-beta.1

12.26.0-beta.1 (2026-01-20)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for Content Validation via Structured Message
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.

Other Changes

  • Changed the default concurrency transfer count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large downloads or uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

Commits viewable in compare view.

Updated Azure.Storage.Queues from 12.24.0 to 12.25.0.

Release notes

Sourced from Azure.Storage.Queues's releases.

12.25.0

12.25.0 (2026-01-08)

Features Added

  • Includes all features from 12.25.0-beta.1

12.25.0-beta.1

12.25.0-beta.1 (2025-11-17)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for User Delegation SAS.
  • Added support for Principal-Bound Identity User Delegation SAS.
  • Added support for the ShareServiceProperties.Protocol.SMB.EncryptionInTransit parameter on ShareServiceClient.SetProperties() and .SetPropertiesAsync().

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.22 to 8.0.23.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

Commits viewable in compare view.

Updated Microsoft.AspNetCore.HeaderPropagation from 8.0.22 to 8.0.23.

Release notes

Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Http.Abstractions from 2.3.0 to 2.3.9.

Release notes

Sourced from Microsoft.AspNetCore.Http.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.22 to 8.0.23.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.NewtonsoftJson's releases.

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 9.0.11 to 9.0.12.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

9.0.12

Release

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Binder from 9.0.11 to 9.0.12.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

9.0.12

Release

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Json from 9.0.11 to 9.0.12.

Release notes

Sourced from Microsoft.Extensions.Configuration.Json's releases.

9.0.12

Release

Commits viewable in compare view.

Updated Microsoft.Extensions.Http.Polly from 9.0.11 to 9.0.12.

Release notes

Sourced from Microsoft.Extensions.Http.Polly's releases.

9.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.AzureAppServices from 8.0.22 to 8.0.23.

Release notes

Sourced from Microsoft.Extensions.Logging.AzureAppServices's releases.

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

Commits viewable in compare view.

Updated Microsoft.Identity.Client from 4.79.2 to 4.81.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.81.0

What's Changed

Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.80.0...4.81.0

4.80.0

Features

  • Added extensibility APIs—WithCertificate, OnMsalServiceFailure, and OnCompletion—to enable callback handling for certificate injection, retry on MSAL service failure events, and completion notifications #​5573
  • Extend IAuthenticationOperation interface with Async methods in IAuthenticationOperation2 #​5376
  • Enable IAuthenticationOperation2 to reject MSAL cached tokens and fetch new ones from ESTS #​5567

Changes

  • IMDS Source Detection Logic Improvement #​5602
  • Update DesktopOsHelper.IsMac to work properly on .NET 10 + macOS 26 #​5541

Bug Fixes

  • Fix KeyNotFoundException during retry when headers lack correlation ID #​5617
  • Implement Service Exception for IMDS Probe #​5615

Commits viewable in compare view.

Updated System.Text.Encoding.CodePages from 9.0.11 to 9.0.12.

Release notes

Sourced from System.Text.Encoding.CodePages's releases.

9.0.12

Release

Commits viewable in compare view.

Updated System.Text.Json from 9.0.11 to 9.0.12.

Release notes

Sourced from System.Text.Json's releases.

9.0.12

Release

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 Azure.Storage.Blobs from 12.26.0 to 12.27.0
Bumps Azure.Storage.Common from 12.25.0 to 12.26.0
Bumps Azure.Storage.Queues from 12.24.0 to 12.25.0
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.22 to 8.0.23
Bumps Microsoft.AspNetCore.HeaderPropagation from 8.0.22 to 8.0.23
Bumps Microsoft.AspNetCore.Http.Abstractions from 2.3.0 to 2.3.9
Bumps Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.22 to 8.0.23
Bumps Microsoft.Extensions.Configuration from 9.0.11 to 9.0.12
Bumps Microsoft.Extensions.Configuration.Binder from 9.0.11 to 9.0.12
Bumps Microsoft.Extensions.Configuration.Json from 9.0.11 to 9.0.12
Bumps Microsoft.Extensions.Http.Polly from 9.0.11 to 9.0.12
Bumps Microsoft.Extensions.Logging.AzureAppServices from 8.0.22 to 8.0.23
Bumps Microsoft.Identity.Client from 4.79.2 to 4.81.0
Bumps System.Text.Encoding.CodePages from 9.0.11 to 9.0.12
Bumps System.Text.Json from 9.0.11 to 9.0.12

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Storage.Common
  dependency-version: 12.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Storage.Queues
  dependency-version: 12.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 8.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.HeaderPropagation
  dependency-version: 8.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.HeaderPropagation
  dependency-version: 8.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Http.Abstractions
  dependency-version: 2.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-version: 8.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: System.Text.Json
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Http.Polly
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Logging.AzureAppServices
  dependency-version: 8.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Identity.Client
  dependency-version: 4.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: System.Text.Encoding.CodePages
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: System.Text.Json
  dependency-version: 9.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
...

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 1, 2026
@dependabot dependabot bot requested review from a team and rockydevnet as code owners February 1, 2026 14:42
@snyk-io-eu
Copy link

snyk-io-eu bot commented Feb 1, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 1, 2026

@hukho hukho merged commit ad55454 into main Feb 2, 2026
16 checks passed
@hukho hukho deleted the dependabot/nuget/UKHO.ExchangeSetService.API/UKHO.ExchangeSetService.API.FunctionalTests/all-packages-238fe73c19 branch February 2, 2026 14:25
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