Skip to content

Bump the all-dependencies group with 9 updates#4

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/MessageProcessor.Tests/all-dependencies-ffc858f291
Open

Bump the all-dependencies group with 9 updates#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/MessageProcessor.Tests/all-dependencies-ffc858f291

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Azure.Core from 1.50.0 to 1.51.1.

Release notes

Sourced from Azure.Core's releases.

1.51.1

1.51.1 (2026-02-04)

Features Added

  • Update the APIs for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection to enable Azure.Identity use cases.
  • Updated BCL dependencies to 10.x.

1.51.0

1.51.0 (2026-01-29)

Features Added

  • Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection.
  • Implements support for client certificate rotation in the Azure.Core transport layer to enable dynamic token binding scenarios. The changes allow transport instances to be updated with new client certificate configurations at runtime without requiring full pipeline reconstruction.

Bugs Fixed

  • Fixed NullReferenceException when calling GetHashCode() on default(AzureLocation).

Commits viewable in compare view.

Updated Microsoft.Extensions.Hosting from 10.0.0 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http from 10.0.0 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Http's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Memory.Data from 10.0.0 to 10.0.1.

Release notes

Sourced from System.Memory.Data's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Memory.Data from 10.0.0 to 10.0.3.

Release notes

Sourced from System.Memory.Data's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Testcontainers from 4.9.0 to 4.10.0.

Release notes

Sourced from Testcontainers's releases.

4.10.0

What's Changed

Happy New Year, everyone! 🎉

Please note that going forward, we expect developers to explicitly pin the image version (testcontainers/testcontainers-dotnet#1470). We consider this a best practice and it aligns with other language implementations.

Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to 1.44 (see the previous release notes). You can override this default and set it to the version you're using, ideally 1.52, which corresponds to v29, if you're already running it.

⚠️ Breaking Changes

  • feat: Add Docker Engine v29 support (#​1609) @​HofmeisterAn
  • chore: Remove EventStoreDb module (#​1599) @​HofmeisterAn

🚀 Features

  • feat: Require explicit container image in Testcontainers.Xunit (#​1612) @​0xced
  • feat: Add Platform property to IImage interface (#​1610) @​HofmeisterAn
  • feat: Add Docker Engine v29 support (#​1609) @​HofmeisterAn
  • feat: Require explicit container image when creating container builder (#​1584) @​digital88
  • feat: Add connection string provider (#​1588) @​HofmeisterAn

🐛 Bug Fixes

  • fix(Kafka): Bump image version to prevent container crash on startup (#​1604) @​HofmeisterAn
  • fix(Elasticsearch): Use HTTP wait strategy (#​1593) @​digital88
  • fix(Milvus): Use healthcheck wait strategy (#​1585) @​verdie-g

📖 Documentation

  • docs: Pin the image version explicitly (#​1605) @​HofmeisterAn

🧹 Housekeeping

  • chore: Remove Sonar findings (#​1611) @​HofmeisterAn
  • chore: Pin Docker Engine API for GH workflow to 1.47 (#​1608) @​HofmeisterAn
  • chore: Set remaining container image explicit (#​1606) @​digital88
  • fix(Kafka): Bump image version to prevent container crash on startup (#​1604) @​HofmeisterAn
  • chore: Remove EventStoreDb test project from SLNX file (#​1603) @​0xced
  • chore: Skip unnecessary work for empty or null sequences (#​1601) @​HofmeisterAn
  • chore: Delegate container builder ctor string to IImage (#​1600) @​HofmeisterAn
  • chore: Remove EventStoreDb module (#​1599) @​HofmeisterAn
  • feat: Prepare next release cycle (4.10.0) (#​1586) @​HofmeisterAn

Commits viewable in compare view.

Updated Testcontainers.ServiceBus from 4.9.0 to 4.10.0.

Release notes

Sourced from Testcontainers.ServiceBus's releases.

4.10.0

What's Changed

Happy New Year, everyone! 🎉

Please note that going forward, we expect developers to explicitly pin the image version (testcontainers/testcontainers-dotnet#1470). We consider this a best practice and it aligns with other language implementations.

Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to 1.44 (see the previous release notes). You can override this default and set it to the version you're using, ideally 1.52, which corresponds to v29, if you're already running it.

⚠️ Breaking Changes

  • feat: Add Docker Engine v29 support (#​1609) @​HofmeisterAn
  • chore: Remove EventStoreDb module (#​1599) @​HofmeisterAn

🚀 Features

  • feat: Require explicit container image in Testcontainers.Xunit (#​1612) @​0xced
  • feat: Add Platform property to IImage interface (#​1610) @​HofmeisterAn
  • feat: Add Docker Engine v29 support (#​1609) @​HofmeisterAn
  • feat: Require explicit container image when creating container builder (#​1584) @​digital88
  • feat: Add connection string provider (#​1588) @​HofmeisterAn

🐛 Bug Fixes

  • fix(Kafka): Bump image version to prevent container crash on startup (#​1604) @​HofmeisterAn
  • fix(Elasticsearch): Use HTTP wait strategy (#​1593) @​digital88
  • fix(Milvus): Use healthcheck wait strategy (#​1585) @​verdie-g

📖 Documentation

  • docs: Pin the image version explicitly (#​1605) @​HofmeisterAn

🧹 Housekeeping

  • chore: Remove Sonar findings (#​1611) @​HofmeisterAn
  • chore: Pin Docker Engine API for GH workflow to 1.47 (#​1608) @​HofmeisterAn
  • chore: Set remaining container image explicit (#​1606) @​digital88
  • fix(Kafka): Bump image version to prevent container crash on startup (#​1604) @​HofmeisterAn
  • chore: Remove EventStoreDb test project from SLNX file (#​1603) @​0xced
  • chore: Skip unnecessary work for empty or null sequences (#​1601) @​HofmeisterAn
  • chore: Delegate container builder ctor string to IImage (#​1600) @​HofmeisterAn
  • chore: Remove EventStoreDb module (#​1599) @​HofmeisterAn
  • feat: Prepare next release cycle (4.10.0) (#​1586) @​HofmeisterAn

Commits viewable in compare view.

Updated WireMock.Net from 1.16.0 to 1.25.0.

Release notes

Sourced from WireMock.Net's releases.

1.25.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.24.0...1.25.0

1.24.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.23.0...1.24.0

1.23.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.22.0...1.23.0

1.22.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.21.0...1.22.0

1.21.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.20.0...1.21.0

1.20.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.19.0...1.20.0

1.19.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.18.0...1.19.0

1.18.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.17.0...1.18.0

1.17.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.16.0...1.17.0

Commits viewable in compare view.

Updated WireMock.Net.Minimal from 1.16.0 to 1.25.0.

Release notes

Sourced from WireMock.Net.Minimal's releases.

1.25.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.24.0...1.25.0

1.24.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.23.0...1.24.0

1.23.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.22.0...1.23.0

1.22.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.21.0...1.22.0

1.21.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.20.0...1.21.0

1.20.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.19.0...1.20.0

1.19.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.18.0...1.19.0

1.18.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.17.0...1.18.0

1.17.0

What's Changed

Full Changelog: wiremock/WireMock.Net@1.16.0...1.17.0

Commits viewable in compare view.

Updated xunit.v3 from 3.2.1 to 3.2.2.

Release notes

Sourced from xunit.v3's releases.

No release notes found for this version range.

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 Azure.Core from 1.50.0 to 1.51.1
Bumps Microsoft.Extensions.Hosting from 10.0.0 to 10.0.3
Bumps Microsoft.Extensions.Http from 10.0.0 to 10.0.3
Bumps System.Memory.Data to 10.0.1, 10.0.3
Bumps Testcontainers from 4.9.0 to 4.10.0
Bumps Testcontainers.ServiceBus from 4.9.0 to 4.10.0
Bumps WireMock.Net from 1.16.0 to 1.25.0
Bumps WireMock.Net.Minimal from 1.16.0 to 1.25.0
Bumps xunit.v3 from 3.2.1 to 3.2.2

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-version: 1.51.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: System.Memory.Data
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: System.Memory.Data
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Testcontainers.ServiceBus
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: WireMock.Net
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: WireMock.Net.Minimal
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: xunit.v3
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-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 Feb 15, 2026
@glexposito
Copy link
Owner

@dependabot recreate

3 similar comments
@glexposito
Copy link
Owner

@dependabot recreate

@glexposito
Copy link
Owner

@dependabot recreate

@glexposito
Copy link
Owner

@dependabot recreate

@glexposito
Copy link
Owner

@dependabot rebase

@glexposito
Copy link
Owner

@dependabot recreate

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