Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wiremock from 3.0.0-beta-7 to 3.0.0-beta-10 #1551

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2023

Bumps wiremock from 3.0.0-beta-7 to 3.0.0-beta-10.

Release notes

Sourced from wiremock's releases.

3.0.0-beta-10

Fixes

#2223 - prevent exception being thrown when a stub using matchesJsonSchema is present and the request body is empty - thanks @​Mahoney

Enhancements

#2214 - further removal of Guava code - thanks @​pks-1981

3.0.0-beta-9

Enhancements

#2157 - Added form parameter matching - finally, thanks @​kapishmalik ! #2121, #2200, #2120 - replace Guava functional code with native Java - thanks @​pks-1981 #2130 - Added support for Java time when serialising to/from JSON - thanks @​mark-henry #2198 - Added support for mulit-stub mapping files to the remote loader function - thanks @​DjerohN Switched away from using Optional to store and set the maxEntries config parameter.

Fixes

#2211 - Improve rendering performance for large response templates - thanks @​Mahoney #2116 - Fixed broken hashCode - thanks @​ullenius #2123 - Fixed bug running declarative + programmatic JUnit5 extension - thanks @​parawanderer

3.0.0-beta-8

Enhancements

  • Added matchesJsonSchema matcher.
  • Added support for customising the filenames produced when stubs are saved or recorded via a Handlebars template at startup - thanks @​craftsman228

Fixes

  • Prevent slf4j being shaded into the webhooks JAR.
  • Added missing equals() and hashCodeI() methods to matcher classes - thanks @​jnt0r
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot force-pushed the dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10 branch from 1f81ae6 to 652d84a Compare June 26, 2023 10:17
Bumps [wiremock](https://github.com/wiremock/wiremock) from 3.0.0-beta-7 to 3.0.0-beta-10.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.0.0-beta-7...3.0.0-beta-10)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10 branch from 652d84a to 7b8e90a Compare June 30, 2023 10:14
As of 3.0.0-beta-8, support for matching request content (primarily the
body) against a JSON schema document was added:
wiremock/wiremock#2134

This in requires net.minidev:json-smart to be present on test classpath.
@msdousti
Copy link
Collaborator

👍

@msdousti msdousti merged commit ff91125 into main Jun 30, 2023
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10 branch June 30, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant