chore(deps): update dependency testcontainers.kafka to 4.11.0#5149
chore(deps): update dependency testcontainers.kafka to 4.11.0#5149
Conversation
There was a problem hiding this comment.
Dependency Update Review: Testcontainers.Kafka 4.10.0 → 4.11.0
This is a straightforward Renovate Bot dependency bump. The single-line change in Directory.Packages.props is correct and safe.
Change Summary
- Bumps
Testcontainers.Kafkafrom4.10.0→4.11.0(minor release)
Observations
Version drift across Testcontainers packages:
After this merge, the Testcontainers packages in Directory.Packages.props will be on different versions:
Testcontainers.Kafka → 4.11.0 ✅ (updated)
Testcontainers.PostgreSql → 4.10.0 (not updated)
Testcontainers.Redis → 4.10.0 (not updated)This is a minor cosmetic concern — all three packages are independently versioned and backward-compatible within the same major version. However, it's worth being aware of: the 4.11.0 release includes improvements to connection string providers, bug fixes for MongoDb/ServiceBus/EventHubs, and a breaking change for the CosmosDb module (base image changed from latest to vnext-preview). Since TUnit only uses the Kafka module from this PR, none of those other changes are relevant here.
If you prefer keeping all Testcontainers packages on the same version for consistency, the other two packages (PostgreSql, Redis) could be bumped to 4.11.0 in a follow-up. But this is purely optional — Renovate will handle them separately.
Verdict
The change itself is correct, minimal, and low-risk. ✅ Safe to merge.
This PR contains the following updates:
4.10.0→4.11.0Release Notes
testcontainers/testcontainers-dotnet (Testcontainers.Kafka)
v4.11.0Compare Source
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone 🤝.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.