Skip to content

chore(deps): update dependency testcontainers.kafka to 4.14.0 - #6611

Merged
thomhurst merged 1 commit into
mainfrom
renovate/testcontainers.kafka-4.x
Aug 14, 2026
Merged

chore(deps): update dependency testcontainers.kafka to 4.14.0#6611
thomhurst merged 1 commit into
mainfrom
renovate/testcontainers.kafka-4.x

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 14, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Testcontainers.Kafka (source) nuget minor 4.13.04.14.0

Release Notes

testcontainers/testcontainers-dotnet (Testcontainers.Kafka)

v4.14.0

Compare Source

What's Changed

I published this version because several developers asked for a release addressing the SSH.NET vulnerability. As an interim fix, you can also bump the transitive dependency, which should work fine.

Unfortunately, I had to run the release CI pipeline twice (1, 2). The change #​1725 introduced a regression that caused the pipeline to attempt to publish the Cake build project, which correctly failed (partially published).

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: #​40693051.

🚀 Features

🐛 Bug Fixes

🧹 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 CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Aug 14, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 14, 2026 08:59
@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 65085697-8b5f-491c-b97b-7dd7b12c5511

📥 Commits

Reviewing files that changed from the base of the PR and between 0846293 and 2eef2d5.

📒 Files selected for processing (1)
  • Directory.Packages.props

📝 Walkthrough

Walkthrough

The central package configuration updates Testcontainers.Kafka from version 4.13.0 to 4.14.0.

Changes

Kafka package update

Layer / File(s) Summary
Update Kafka package version
Directory.Packages.props
The centrally managed Testcontainers.Kafka package version changes to 4.14.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 2eef2

This PR makes a localized Testcontainers.Kafka dependency update, with the requested version available from NuGet. No actionable merge-blocking risk remains beyond normal checks.

Possibly related PRs

  • thomhurst/TUnit#6612: Updates a different centrally managed Testcontainers package from 4.13.0 to 4.14.0.

Poem

A rabbit checks the package line,
“Kafka hops to four-fourteen!”
One small change in the props file,
Keeps the build on track in style.
Hop, hop, version bright!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the dependency update from Testcontainers.Kafka to version 4.14.0.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/testcontainers.kafka-4.x

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the centrally managed Testcontainers.Kafka dependency from 4.13.0 to 4.14.0.

  • Aligns the Kafka module with the repository's existing Testcontainers.PostgreSql 4.14.0 dependency.
  • Incorporates the dependency and security updates included in the upstream release.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
Directory.Packages.props Updates the central Testcontainers.Kafka package version; no eligible follow-up defect was established.

Reviews (2): Last reviewed commit: "chore(deps): update dependency testconta..." | Re-trigger Greptile

@thomhurst
thomhurst force-pushed the renovate/testcontainers.kafka-4.x branch from ea5ed2e to 2eef2d5 Compare August 14, 2026 09:30
@thomhurst
thomhurst merged commit c8d3954 into main Aug 14, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/testcontainers.kafka-4.x branch August 14, 2026 09:55
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Aug 19, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.65.0 to
1.65.31.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.65.31

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.31 -->

## What's Changed
### Other Changes
* Add xunit.v3.aot to speed comparison by @​campersau in
thomhurst/TUnit#6621
* Suppress HTML reports for nested test runs by @​thomhurst in
thomhurst/TUnit#6620
* Address xUnit speed comparison review feedback by @​thomhurst in
thomhurst/TUnit#6623
* Fix docs TypeScript 7 compatibility by @​thomhurst in
thomhurst/TUnit#6625
* Refresh docs npm dependencies by @​thomhurst in
thomhurst/TUnit#6624
* Switch to SignalWire llms.txt plugin by @​thomhurst in
thomhurst/TUnit#6627
* Remove single-test discovery copies by @​thomhurst in
thomhurst/TUnit#6631
* Skip unused scheduler work for unconstrained suites by @​thomhurst in
thomhurst/TUnit#6632
* Skip empty test registration work by @​thomhurst in
thomhurst/TUnit#6628
* Skip absent hook pipelines by @​thomhurst in
thomhurst/TUnit#6630
* Fix mocks with inaccessible constructor parameter types by @​thomhurst
in thomhurst/TUnit#6635
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.8 by @​thomhurst
in thomhurst/TUnit#6608
* chore(deps): update tunit to 1.65.0 by @​thomhurst in
thomhurst/TUnit#6609
* chore(deps): update dependency testcontainers.postgresql to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6612
* chore(deps): update dependency testcontainers.kafka to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6611
* chore(deps): update dependency testcontainers.redis to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6613
* chore(deps): update dependency microsoft.net.test.sdk to 18.9.0 by
@​thomhurst in thomhurst/TUnit#6614
* chore(deps): update xunit to v4 by @​thomhurst in
thomhurst/TUnit#6616


**Full Changelog**:
thomhurst/TUnit@v1.65.0...v1.65.31

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.0...v1.65.31).
</details>

Updated [TUnit.AspNetCore](https://github.com/thomhurst/TUnit) from
1.65.0 to 1.65.31.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.AspNetCore's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.65.31

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.31 -->

## What's Changed
### Other Changes
* Add xunit.v3.aot to speed comparison by @​campersau in
thomhurst/TUnit#6621
* Suppress HTML reports for nested test runs by @​thomhurst in
thomhurst/TUnit#6620
* Address xUnit speed comparison review feedback by @​thomhurst in
thomhurst/TUnit#6623
* Fix docs TypeScript 7 compatibility by @​thomhurst in
thomhurst/TUnit#6625
* Refresh docs npm dependencies by @​thomhurst in
thomhurst/TUnit#6624
* Switch to SignalWire llms.txt plugin by @​thomhurst in
thomhurst/TUnit#6627
* Remove single-test discovery copies by @​thomhurst in
thomhurst/TUnit#6631
* Skip unused scheduler work for unconstrained suites by @​thomhurst in
thomhurst/TUnit#6632
* Skip empty test registration work by @​thomhurst in
thomhurst/TUnit#6628
* Skip absent hook pipelines by @​thomhurst in
thomhurst/TUnit#6630
* Fix mocks with inaccessible constructor parameter types by @​thomhurst
in thomhurst/TUnit#6635
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.8 by @​thomhurst
in thomhurst/TUnit#6608
* chore(deps): update tunit to 1.65.0 by @​thomhurst in
thomhurst/TUnit#6609
* chore(deps): update dependency testcontainers.postgresql to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6612
* chore(deps): update dependency testcontainers.kafka to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6611
* chore(deps): update dependency testcontainers.redis to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6613
* chore(deps): update dependency microsoft.net.test.sdk to 18.9.0 by
@​thomhurst in thomhurst/TUnit#6614
* chore(deps): update xunit to v4 by @​thomhurst in
thomhurst/TUnit#6616


**Full Changelog**:
thomhurst/TUnit@v1.65.0...v1.65.31

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.0...v1.65.31).
</details>

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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