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

Commits on Jun 30, 2023

  1. Bump wiremock from 3.0.0-beta-7 to 3.0.0-beta-10

    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[bot] committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7b8e90a View commit details
    Browse the repository at this point in the history
  2. Add missing dependency

    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 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    fcf79ea View commit details
    Browse the repository at this point in the history