Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
<PackageVersion Include="Testcontainers.Kafka" Version="4.9.0" />
Copy link

Copilot AI Jan 1, 2026

Choose a reason for hiding this comment

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

The Testcontainers packages have inconsistent versions. While Testcontainers.Redis and Testcontainers.PostgreSql are being updated to 4.10.0, Testcontainers.Kafka remains at 4.9.0. According to the release notes for 4.10.0, there was a critical fix for Kafka ("Bump image version to prevent container crash on startup"). It's recommended to also update Testcontainers.Kafka to 4.10.0 to ensure compatibility and include this important fix.

Suggested change
<PackageVersion Include="Testcontainers.Kafka" Version="4.9.0" />
<PackageVersion Include="Testcontainers.Kafka" Version="4.10.0" />

Copilot uses AI. Check for mistakes.
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.10.0" />
<PackageVersion Include="Testcontainers.Redis" Version="4.9.0" />
<PackageVersion Include="Testcontainers.Redis" Version="4.10.0" />
<PackageVersion Include="trxparser" Version="0.5.0" />
<PackageVersion Include="TUnit.Assertions.FSharp" Version="0.75.38-PullRequest3485.0" />
<PackageVersion Include="Verify" Version="31.9.3" />
Expand Down
Loading