Skip to content

chore(deps): update dependency testcontainers.postgresql to 4.12.0#5963

Merged
thomhurst merged 1 commit into
mainfrom
renovate/testcontainers.postgresql-4.x
May 19, 2026
Merged

chore(deps): update dependency testcontainers.postgresql to 4.12.0#5963
thomhurst merged 1 commit into
mainfrom
renovate/testcontainers.postgresql-4.x

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Testcontainers.PostgreSql (source) nuget minor 4.11.04.12.0

Release Notes

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.12.0

Compare Source

What's Changed

Thanks to all contributors 👏.

⚠️ Breaking Changes

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency Updates


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels May 19, 2026
@thomhurst thomhurst enabled auto-merge (squash) May 19, 2026 16:37
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Update Review: Testcontainers.PostgreSql 4.11.0 → 4.12.0

This is a routine Renovate-bot dependency update. The diff is clean and minimal — two version bumps across the central package manifest and the standalone template project.

Observations

Version skew in the Testcontainers family
Testcontainers.Kafka and Testcontainers.Redis remain pinned at 4.11.0 in Directory.Packages.props while Testcontainers.PostgreSql advances to 4.12.0. All three packages share the same release cadence from the same repo. The skew is harmless today (each module ships as an independent NuGet), but it's worth watching for PRs that update the other two so the family stays aligned and the transitive Docker.DotNet upgrade (see below) lands consistently.

Transitive Docker.DotNet upgrade (potential breaking change)
The 4.12.0 release notes flag a breaking change: Docker.DotNet was bumped from 3.131.1 to 4.0.2 — a major version bump on the underlying Docker API client. If any code in this repo directly references Docker.DotNet types that were altered in that major bump, it could surface as a compile-time or runtime error. Because TUnit's usage appears to be purely through the Testcontainers abstraction layer (no direct Docker.DotNet API calls visible), this is likely transparent, but worth keeping in mind if CI surfaces Docker-related test failures.

Template project version (expected)
The hardcoded 4.12.0 in TUnit.Templates/.../ExampleNamespace.ApiService.csproj is correct — template projects must be self-contained because consumers extract them outside this repo's central package management. No concern here.

Overall

The change looks good. Approve once CI passes, particularly any integration tests that exercise the PostgreSQL container path.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst merged commit 8e541a8 into main May 19, 2026
14 checks passed
@thomhurst thomhurst deleted the renovate/testcontainers.postgresql-4.x branch May 19, 2026 17:00
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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants