-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 82f1cab
authored
Bump org.wiremock:wiremock from 3.8.0 to 3.9.1 (#138)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.8.0 to 3.9.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.9.1</h2>
<!-- raw HTML omitted -->
<h2>🐞 Bug Fixes</h2>
<ul>
<li>disallow json schemas to be invalid json. (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2814">#2814</a>)
<a
href="https://github.com/RafeArnold"><code>@RafeArnold</code></a></li>
</ul>
<h2>3.9.0</h2>
<!-- raw HTML omitted -->
<p>🚀 New features and improvements</p>
<ul>
<li>add listener registration to Store. (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2811">#2811</a>)
<a
href="https://github.com/RafeArnold"><code>@RafeArnold</code></a></li>
<li>Pick random helper enhancements (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2812">#2812</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
<li>Add support for request matching with dynamic year and dynamic
year/month values (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2741">#2741</a>)
<a
href="https://github.com/papiomytoglou"><code>@papiomytoglou</code></a></li>
</ul>
<h2>📖 OpenAPI updates</h2>
<ul>
<li>OpenAPI improvements (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2798">#2798</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
<li>Updated and corrected JSON schemas for matcher in the OpenAPI spec
(<a
href="https://redirect.github.com/wiremock/wiremock/issues/2797">#2797</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
<li>Add missing admin endpoints to open api spec (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2791">#2791</a>)
<a href="https://github.com/leeturner"><code>@leeturner</code></a></li>
</ul>
<h2>🐞 Bug fixes</h2>
<ul>
<li>update MatchesJsonSchemaPattern to handle invalid json schemas. (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2803">#2803</a>)
<a
href="https://github.com/RafeArnold"><code>@RafeArnold</code></a></li>
<li>correctly handle InMemoryObjectStore.compute returning null. (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2804">#2804</a>)
<a
href="https://github.com/RafeArnold"><code>@RafeArnold</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2800">#2800</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump com.networknt:json-schema-validator from 1.4.3 to 1.5.0 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2799">#2799</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump versions.jsonUnit from 2.39.0 to 2.40.0 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2793">#2793</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump versions.jsonUnit from 2.38.0 to 2.39.0 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2787">#2787</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump com.dorongold.task-tree from 3.0.0 to 4.0.0 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2767">#2767</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wiremock/wiremock/commit/2ba8a3e7df0017d19c6463852481e273eeb4aac1"><code>2ba8a3e</code></a>
Bump patch version</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/8ae66174f589051e48928b297ed86f7c174ec19f"><code>8ae6617</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2814">#2814</a>
from wiremock/json-schema-invalid-json</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/6d98c1fd39534cbe7db1b308fc51dda5876cb2fa"><code>6d98c1f</code></a>
disallow json schemas to be invalid json.</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/ac84cf82d1d736749030478d754f8b3188f64884"><code>ac84cf8</code></a>
Bump minor version</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/f18eed8a1cb63cf92f9756d45a2aa532ff778878"><code>f18eed8</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2811">#2811</a>
from wiremock/store-listener</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/55e9c8c016d998504cc96a494847059f305f729c"><code>55e9c8c</code></a>
Make StoreEventEmitter more lenient about handler</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/848872f63db37293b15ae518f72172df3d74531a"><code>848872f</code></a>
Fixed some import issues</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/d6a957f16f1a34d075a0f5e84c4aa31bd5a3257a"><code>d6a957f</code></a>
Made StoreEventEmitter a separate interface only implemented by
InMemoryObjec...</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/97e9da547776d259ba1ee4600d6ea2d5faf2fe16"><code>97e9da5</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2812">#2812</a>
from wiremock/pickRandom-enhancements</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/f2bb828d3708156696c02588fb6b17e40acb265d"><code>f2bb828</code></a>
use static methods to build StoreEvents.</li>
<li>Additional commits viewable in <a
href="https://github.com/wiremock/wiremock/compare/3.8.0...3.9.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 0750f20 commit 82f1cabCopy full SHA for 82f1cab
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
0 commit comments