Skip to content
Merged
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please feel free to contribute the integration tests and compatibility layers!

### Test Frameworks

Versions before `1.0-alpha-3` were tested with JUnit 4 and JUnit 5.
Versions before `1.0-alpha-16` were tested with JUnit 4 and JUnit 5.
Newer versions were updates to Testcontainers 2 and hence require JUnit 5.
All JUnit 5 compatible test frameworks should work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class TestConfig {

private static final String DEFAULT_TEST_TAG =
System.getProperty("wiremock.testcontainer.defaultTag", "3.5.4");
System.getProperty("wiremock.testcontainer.defaultTag", "3.13.2-3");
private static final String WIREMOCK_2_TEST_TAG =
System.getProperty("wiremock.testcontainer.wiremock2Tag", "2.35.1-1");

Expand Down
Loading