-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 8568977
authored
Bump org.wiremock:wiremock from 3.2.0 to 3.3.1 (#97)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.2.0 to 3.3.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.3.1</h2>
<!-- raw HTML omitted -->
<h2>✍ Other changes</h2>
<ul>
<li>Fix network address rules breaking change (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2478">#2478</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
</ul>
<h2>3.3.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>Allow empty URI path segments after the first (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2404">#2404</a>)
<a href="https://github.com/Mahoney"><code>@Mahoney</code></a></li>
<li>Switched the webhooks extension to use the injected template engine
so that it gets e.g. system/env property configuration (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2473">#2473</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
<li>Substitutable HTTP client (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2455">#2455</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
<li>Make <code>NetworkAddressRules</code> into an interface so that it
can be implemented in a fully customised way. <em>note</em> this
introduced a breaking change, which is fixed in <a
href="https://github.com/wiremock/wiremock/releases/tag/3.3.1">https://github.com/wiremock/wiremock/releases/tag/3.3.1</a></li>
</ul>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/wiremock/wiremock/issues/2415">#2415</a>
Gradle replaces SLF4J-API 1.7.36 with 2.0.7, causing warning in the log
(<a
href="https://redirect.github.com/wiremock/wiremock/issues/2449">#2449</a>)
<a href="https://github.com/Xabibax"><code>@Xabibax</code></a></li>
<li>Refactor: split getLines method of Diff class (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2460">#2460</a>)
<a
href="https://github.com/julianahrens1999"><code>@julianahrens1999</code></a></li>
<li>Fix contract for FileSourceBlobStore (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2451">#2451</a>)
<a
href="https://github.com/dkhozyainov"><code>@dkhozyainov</code></a></li>
<li>Add null check for actual date/time truncation (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2466">#2466</a>)
(<a
href="https://redirect.github.com/wiremock/wiremock/issues/2467">#2467</a>)
<a
href="https://github.com/papiomytoglou"><code>@papiomytoglou</code></a></li>
<li>Fixed <a
href="https://redirect.github.com/wiremock/wiremock/issues/2422">#2422</a>
- URL not matched by path template when query parameter present in
request (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2429">#2429</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li>Update the co-maintainer policy beyond WireMock 3 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2435">#2435</a>)
<a
href="https://github.com/oleg-nenashev"><code>@oleg-nenashev</code></a></li>
<li>Turn reference link into actual link (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2443">#2443</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>chore: use List.of where possible if only one argument is passed (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2468">#2468</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
<li>fix: introduce a slight delay given the 2-3 results is slightly
flakey (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2463">#2463</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
<li>chore: infer explicit type arguments where possible (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2462">#2462</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
<li>Replace Optional.orElse() calls with Optional.orElseGet() (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2450">#2450</a>)
<a href="https://github.com/picimako"><code>@picimako</code></a></li>
<li>Do not use deprecated jackson iso8601 class (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2423">#2423</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
<li>feat: use expression lambdas over statement lambdas (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2444">#2444</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
<li>Replace Guava by JDK (Partly) (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2384">#2384</a>)
<a href="https://github.com/pks-1981"><code>@pks-1981</code></a></li>
<li>Remove unnecessary type unboxing (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2424">#2424</a>)
<a
href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a></li>
<li>Replace Guava by JDK (Partly) (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2409">#2409</a>)
<a href="https://github.com/pks-1981"><code>@pks-1981</code></a></li>
</ul>
<h2>✍ Other changes</h2>
<ul>
<li>Ignore IPv6 addresses when checking network security rules (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2475">#2475</a>)
<a
href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li>
<li>Add BEFORE_RESPONSE_SENT request phase to the stub-mapping schema
(<a
href="https://redirect.github.com/wiremock/wiremock/issues/2428">#2428</a>)
<a href="https://github.com/picimako"><code>@picimako</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.eclipse.jetty:jetty-bom from 11.0.17 to 11.0.18 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2469">#2469</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump commons-io:commons-io from 2.14.0 to 2.15.0 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2464">#2464</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2433">#2433</a>)
<a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wiremock/wiremock/commit/029c803964ae7624af064b297d7985a43973f9d6"><code>029c803</code></a>
Fix network address rules breaking change (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2478">#2478</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/6b5323c97c46c56c9d165c9de0a7b845d286053d"><code>6b5323c</code></a>
Bumped minor version</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/08791bc619d2d44a1015576453e2ad9c3510641d"><code>08791bc</code></a>
Deleted redundant slf4j warning suppression code</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/c6db63c35657dbc5122348dce57d74d57431cbe0"><code>c6db63c</code></a>
Fixed <a
href="https://redirect.github.com/wiremock/wiremock/issues/2415">#2415</a>
Gradle replaces SLF4J-API 1.7.36 with 2.0.7, causing warning
abou...</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/fb4bc986fc2b4264d138fabd6ed2d0f2414bfa7d"><code>fb4bc98</code></a>
Refactor: split getLines method of Diff class (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2460">#2460</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/ae1cc0368416433587c61d602c6d9e7360aa50d3"><code>ae1cc03</code></a>
chore: use List.of where possible if only one argument is passed (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2468">#2468</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/ee2a7cda3205a9d2e93da56b3f0126d47675093b"><code>ee2a7cd</code></a>
fix: introduce a slight delay given the 2-3 results is slightly flakey
(<a
href="https://redirect.github.com/wiremock/wiremock/issues/2463">#2463</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/55ae9385f1789cd80862fd4a80dc9a9974f733d5"><code>55ae938</code></a>
Fix contract for FileSourceBlobStore (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2451">#2451</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/d96b8e54e809a110a996fa8b13e842dffc59fc08"><code>d96b8e5</code></a>
Fixed <a
href="https://redirect.github.com/wiremock/wiremock/issues/2474">#2474</a>
- ipv6 addresses are now filtered out before checking network
add...</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/ad9539eac76d87b1ee21dfe7b248829f44fc804e"><code>ad9539e</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2473">#2473</a>
from wiremock/inject-template-engine-into-webhooks</li>
<li>Additional commits viewable in <a
href="https://github.com/wiremock/wiremock/compare/3.2.0...3.3.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ce6b0dc commit 8568977Copy full SHA for 8568977
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments