WireMock 3.9.2 Released
Lee Turner
Senior Software Engineer
October 24, 2024
The WireMock team is excited to announce the release of WireMock version 3.9.2. This release includes a good number of dependency updates and a few bug fixes.
Next Steps
If you haven’t yet updated to WireMock 3.x, this is an excellent opportunity to do so! You can download the standalone jar directly from our website and if you use Docker, the official docker images have been updated. For the dependencies in your code, WireMock 3.9.2 can now be found in Maven Central
Please feel free to reach out to us on the WireMock Community Slack channel if you need any assistance.
Changelog
🐞 Bug Fixes
- write RenderableDate to JSON correctly. (#2875) @RafeArnold
- Fixed method name typo in MultipartBodyMatchingAcceptanceTest.class (#2867) @aatifansari
- Header checks should be case-insensitive in RequestWrapper (#2851) @leeturner
- fix failing diffing for multiple path params. (#2827) @RafeArnold
📦 Dependency updates
- Bump versions.junitJupiter from 5.11.2 to 5.11.3 (#2877) @dependabot
- Bump versions.junitJupiter from 5.11.1 to 5.11.2 (#2864) @dependabot
- Bump versions.junitJupiter from 5.11.0 to 5.11.1 (#2854) @dependabot
- Bump versions.junitJupiter from 5.10.3 to 5.11.0 (#2828) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2 (#2869) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.14.0 to 5.14.1 (#2859) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.0 (#2857) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.13.0 (#2836) @dependabot
- Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (#2837) @dependabot
- Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#2870) @dependabot
- Bump org.mockito:mockito-core from 5.14.0 to 5.14.1 (#2858) @dependabot
- Bump org.mockito:mockito-core from 5.13.0 to 5.14.0 (#2856) @dependabot
- Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 (#2865) @dependabot
- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#2850) @dependabot
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#2832) @dependabot
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#2846) @dependabot
- Bump com.networknt:json-schema-validator from 1.5.1 to 1.5.2 (#2848) @dependabot
- Bump org.scala-lang:scala-library from 2.13.14 to 2.13.15 (#2849) @dependabot
- Bump versions.jsonUnit from 2.40.0 to 2.40.1 (#2805) @dependabot
- Bump org.sonarqube from 5.0.0.4638 to 5.1.0.4882 (#2796) @dependabot
- Bump com.networknt:json-schema-validator from 1.5.0 to 1.5.1 (#2817) @dependabot
- Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#2824) @dependabot
- Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 (#2820) @dependabot
- Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (#2821) @dependabot
- Bump both versions of jetty to the latest versions (#2873) @leeturner
✍️ Other Updates
- Add support for reversing order of offsetting and truncating expected date/time values (#2788) @papiomytoglou
- support multipart/related Requests (#2830) @mufasa1976
- Update the now deprecated upload-artefact action (#2844) @leeturner
- chore: remove node vulnerabilities 2 (#2834) @Mahoney
- chore: remove node vulnerabilities (#2833) @Mahoney
Links
- https://github.com/wiremock/wiremock/releases/tag/3.9.2
- https://hub.docker.com/r/wiremock/wiremock
- https://slack.wiremock.org/
- https://wiremock.org
/