Skip to content

Commit 982e75a

Browse files
Merge pull request #236 from wiremock/wiremock-version-bump
Update the default WireMock 3 Docker image for tests to the latest version
2 parents 78f7a42 + 00ff89e commit 982e75a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Please feel free to contribute the integration tests and compatibility layers!
3434

3535
### Test Frameworks
3636

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

src/test/java/org/wiremock/integrations/testcontainers/TestConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public class TestConfig {
66

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

0 commit comments

Comments
 (0)