chore(deps): update dependency testcontainers.postgresql to 4.11.0#5150
chore(deps): update dependency testcontainers.postgresql to 4.11.0#5150
Conversation
There was a problem hiding this comment.
Code Review: Dependency Update - Testcontainers.PostgreSql 4.10.0 → 4.11.0
This is a straightforward Renovate-generated dependency bump. The change is clean and correct.
What Changed
Directory.Packages.props: Central package version updated to4.11.0TUnit.Templates/.../ExampleNamespace.ApiService.csproj: Template project version updated to4.11.0
Analysis
Two-file update is correct: The template project (TUnit.Templates/content/) legitimately pins its own explicit package version rather than relying on Directory.Packages.props. This is the right design — when users scaffold from the template, they get a standalone project that doesn't depend on this repo's central package management. Both locations being updated in sync is exactly what should happen.
Version consistency note: Testcontainers.Kafka is already at 4.11.0, Testcontainers.PostgreSql is now bumped to 4.11.0, but Testcontainers.Redis remains at 4.10.0. This is expected behavior — Renovate handles each package in separate PRs. No action needed here.
Release notes look benign for this project: The 4.11.0 release includes a breaking change to the CosmosDb module (base image change), but TUnit doesn't appear to use that module. The PostgreSql-specific change is an additive WithSsl builder API, which is safe to consume.
Verdict
✅ Safe to merge. No issues found.
This PR contains the following updates:
4.10.0→4.11.0Release Notes
testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)
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.