mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Incompatibility with TestContainers 3.10 #633
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcinjahn on GitHub (Sep 25, 2024).
Originally assigned to: @StefH on GitHub.
I'm using a few TestContainer-based dependencies, TestContainers.WireMock is one of them. Recently, other TestContainer-based packages got updated to 3.10.0. After updating those, my project no longer builds due to WireMock requiring the 3.9.0 version of TestContainers.
@StefH commented on GitHub (Sep 25, 2024):
Hello @marcinjahn
This was already fixed in https://github.com/WireMock-Net/WireMock.Net/issues/1176, however I need to create a new version.