Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.wiremock:wiremock from 3.0.0 to 3.0.1 (#41)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.0.0 to 3.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wiremock/wiremock/releases">org.wiremock:wiremock's releases</a>.</em></p> <blockquote> <h2>3.0.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug fixes</h2> <ul> <li>Stop returning 500s for unmatched path patterns (<a href="https://redirect.github.com/wiremock/wiremock/issues/2339">#2339</a>) <a href="https://github.com/Mahoney"><code>@Mahoney</code></a></li> <li>Ensure that the shadow JAR is always built last to ensure webhooks fat JAR wins (<a href="https://redirect.github.com/wiremock/wiremock/issues/2344">#2344</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>Added validation of UUIDs in path parameters in the admin API so that clearer errors are reported when non UUIDs are provided or item isn't found rather than throwing a 500 error (<a href="https://redirect.github.com/wiremock/wiremock/issues/2347">#2347</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>Respect StopAction in V1 Filter (<a href="https://redirect.github.com/wiremock/wiremock/issues/2335">#2335</a>) <a href="https://github.com/Mahoney"><code>@Mahoney</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wiremock/wiremock/commit/34d4930e30a881526f52ed5aca9bb0554e54385a"><code>34d4930</code></a> Bump patch version to 3.0.1</li> <li><a href="https://github.com/wiremock/wiremock/commit/ae6ed02adf7c5d7d40b683f2cb4c594f7d68332e"><code>ae6ed02</code></a> Stopped updating package-lock.json when bumping versions</li> <li><a href="https://github.com/wiremock/wiremock/commit/a3024195d53e79470d7e1a6a0ade13e193f8dc18"><code>a302419</code></a> Fixed bump patch and minor versions logic</li> <li><a href="https://github.com/wiremock/wiremock/commit/ae525f9528834cbaf5eb2aa82c8fec6a81b852b0"><code>ae525f9</code></a> Fixed get patch version function in build</li> <li><a href="https://github.com/wiremock/wiremock/commit/0d4ccca5c2c2b6ce5fa3c4609f7a1fc77508e08d"><code>0d4ccca</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2347">#2347</a> from wiremock/better-stub-id-validation-in-admin-api</li> <li><a href="https://github.com/wiremock/wiremock/commit/c5e8230eefba5c3297ddd753a274dbd87b5d3673"><code>c5e8230</code></a> Added validation of UUIDs in path parameters in the admin API so that clearer...</li> <li><a href="https://github.com/wiremock/wiremock/commit/5273a43dca3829cacc58b83be44a3fa345d5c773"><code>5273a43</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2339">#2339</a> from wiremock/fix-exception-in-diff</li> <li><a href="https://github.com/wiremock/wiremock/commit/ab05ee918bdb9bb702065c22f9478dff5fcb0168"><code>ab05ee9</code></a> Ensured that the shadow JAR is always built last. Relocated dependencies in w...</li> <li><a href="https://github.com/wiremock/wiremock/commit/9eaaa69493010a1001e5110fd1c082fd967758b3"><code>9eaaa69</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2337">#2337</a> from wiremock/dependabot/gradle/com.diffplug.spotles...</li> <li><a href="https://github.com/wiremock/wiremock/commit/36f04c79372fed064090fc3fd2356b272e32bb06"><code>36f04c7</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2343">#2343</a> from wiremock/semver-release-drafter</li> <li>Additional commits viewable in <a href="https://github.com/wiremock/wiremock/compare/3.0.0...3.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.wiremock:wiremock&package-manager=gradle&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information