Skip to content

Commit 8ec682a

Browse files
Bump org.wiremock:wiremock from 3.0.0-beta-12 to 3.0.0-beta-13 (#20)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.0.0-beta-12 to 3.0.0-beta-13. <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.0-beta-13</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Add support for recording via an existing proxy configuration (forward or reverse) and not having to set the target URI (<a href="https://github.com/wiremock/wiremock/commit/5637a004364e7bc475d8d7bcac398a16b38e4815">5637a00</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> <li>Adds <code>WiremockNetworkTrafficListeners</code> as unified factory for creating arbitrary notifying traffic listeners.(<a href="https://redirect.github.com/wiremock/wiremock/issues/2283">#2283</a>) <a href="https://github.com/gsmith85"><code>@​gsmith85</code></a></li> <li>Add support for custom encoding in <code>ConsoleNotifyingWiremockNetworkTrafficListener</code> (<a href="https://redirect.github.com/wiremock/wiremock/issues/2139">#2139</a>) <a href="https://github.com/gsmith85"><code>@​gsmith85</code></a></li> <li>Improve error message in <code>AbstractFileSource#assertFilePathIsUnderRoot()</code> (<a href="https://redirect.github.com/wiremock/wiremock/issues/2267">#2267</a>) <a href="https://github.com/oleg-nenashev"><code>@​oleg-nenashev</code></a></li> <li>Add <code>patch()</code> method with URL to the <code>WireMock</code> Admin API client (<a href="https://redirect.github.com/wiremock/wiremock/issues/2261">#2261</a>) <a href="https://github.com/Joel-Schaltenbrand"><code>@​Joel-Schaltenbrand</code></a></li> <li>Add convenient method for matching absence of form param in a request (<a href="https://redirect.github.com/wiremock/wiremock/issues/2193">#2193</a>) <a href="https://github.com/G-Basak"><code>@​G-Basak</code></a></li> </ul> <h2>💥 Breaking changes</h2> <ul> <li>Switch the <code>com.github.tomakehurst.wiremock.common.Timing</code> return values to <code>Integer</code> and allow <code>null</code> when data isn't ready (<a href="https://redirect.github.com/wiremock/wiremock/issues/2275">#2275</a>) <a href="https://github.com/emilianoalvarez91"><code>@​emilianoalvarez91</code></a></li> <li><code>ServerEvent</code>: replace Guava predicate and function with STL, including public API (refs <a href="https://redirect.github.com/wiremock/wiremock/issues/2111">#2111</a>) (<a href="https://redirect.github.com/wiremock/wiremock/issues/2255">#2255</a>) <a href="https://github.com/tomasbjerre"><code>@​tomasbjerre</code></a></li> <li>Remove deprecated API routes (<a href="https://github.com/wiremock/wiremock/commit/47d420197738bb28ece30a2d7c86c7f828bf985f">47d420</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> <li>Add deprecation warning to the legacy recorder (<a href="https://github.com/wiremock/wiremock/commit/7b8a7d351255342d8d22cb5217b6847cc8ddaa29">7b8a7d</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Prevent flood mapping matcher log messages about JSON string that cannot be <code>null</code> or empty (<a href="https://redirect.github.com/wiremock/wiremock/issues/2247">#2247</a>) <a href="https://github.com/emilianoalvarez91"><code>@​emilianoalvarez91</code></a></li> <li>Fix admin request crashing when timing responseSendTime is <code>null</code> (<a href="https://redirect.github.com/wiremock/wiremock/issues/2275">#2275</a>) <a href="https://github.com/emilianoalvarez91"><code>@​emilianoalvarez91</code></a></li> <li>Fix ParseJsonHelper not storing parsed result in variable (if any) when json is empty (<a href="https://redirect.github.com/wiremock/wiremock/issues/2277">#2277</a>) <a href="https://github.com/G-Basak"><code>@​G-Basak</code></a></li> <li>Fix mis-detection of browser proxy requests over HTTPs (<a href="https://github.com/wiremock/wiremock/commit/e21394ebe662ed178c0fb87c86296b055a08e815">e21394e</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Add IntelliJ Run Configurations to simplify common tasks (<a href="https://redirect.github.com/wiremock/wiremock/issues/2274">#2274</a>) <a href="https://github.com/picimako"><code>@​picimako</code></a></li> <li>Replace Guava Files management with STL (refs <a href="https://redirect.github.com/wiremock/wiremock/issues/2111">#2111</a>) (<a href="https://redirect.github.com/wiremock/wiremock/issues/2256">#2256</a>) <a href="https://github.com/tomasbjerre"><code>@​tomasbjerre</code></a></li> <li>Remove dependencies on new:ing collections with Guava (refs <a href="https://redirect.github.com/wiremock/wiremock/issues/2111">#2111</a>) (<a href="https://redirect.github.com/wiremock/wiremock/issues/2254">#2254</a>) <a href="https://github.com/tomasbjerre"><code>@​tomasbjerre</code></a></li> <li>Fixed JRE11 only test cases with broken Mockito verifications due to HTTP client call signature changing (<a href="https://github.com/wiremock/wiremock/commit/5ec352e55f5b8480f865192b80b0f010431839e8">5ec352e</a>) <a href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump versions.junitJupiter from 5.9.3 to 5.10.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2285">#2285</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump io.netty:netty-all from 4.1.94.Final to 4.1.95.Final (<a href="https://redirect.github.com/wiremock/wiremock/issues/2282">#2282</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump com.diffplug.spotless from 6.17.0 to 6.20.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2278">#2278</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Update Spotless to 6.17.0 and Google Java Format to 1.17.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2272">#2272</a>) <a href="https://github.com/oleg-nenashev"><code>@​oleg-nenashev</code></a></li> <li>Bump org.sonarqube from 4.2.1.3168 to 4.3.0.3225 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2279">#2279</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/627666dcd6b362517095357c6d9556cde7f893bc"><code>627666d</code></a> Bumped beta version</li> <li><a href="https://github.com/wiremock/wiremock/commit/e5312b749d7e61033b989078ff8bf56a6a15e490"><code>e5312b7</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2283">#2283</a> from gsmith85/adds-WiremockNetworkTrafficListeners</li> <li><a href="https://github.com/wiremock/wiremock/commit/5ec352e55f5b8480f865192b80b0f010431839e8"><code>5ec352e</code></a> Fixed JRE11 only test cases with broken Mockito verifications due to HTTP cli...</li> <li><a href="https://github.com/wiremock/wiremock/commit/e21394ebe662ed178c0fb87c86296b055a08e815"><code>e21394e</code></a> Fixed mis-detection of browser proxy requests over HTTPS</li> <li><a href="https://github.com/wiremock/wiremock/commit/5637a004364e7bc475d8d7bcac398a16b38e4815"><code>5637a00</code></a> Added support for recording via an existing proxy configuration (forward or r...</li> <li><a href="https://github.com/wiremock/wiremock/commit/5f0677f0a0fd5af009b5a834ec72602b0e55fefc"><code>5f0677f</code></a> Add IntelliJ Run Configurations (<a href="https://redirect.github.com/wiremock/wiremock/issues/2274">#2274</a>)</li> <li><a href="https://github.com/wiremock/wiremock/commit/eb41b61d398e0415347104d5278feb50a78e5a1b"><code>eb41b61</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2247">#2247</a> from emilianoalvarez91/master</li> <li><a href="https://github.com/wiremock/wiremock/commit/c646a12ce6de97612376772062ed1a51c25b810d"><code>c646a12</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2285">#2285</a> from wiremock/dependabot/gradle/versions.junitJupite...</li> <li><a href="https://github.com/wiremock/wiremock/commit/ca61af0d49f11654c72eb5e4fe7dc62efe421b9d"><code>ca61af0</code></a> Bump versions.junitJupiter from 5.9.3 to 5.10.0</li> <li><a href="https://github.com/wiremock/wiremock/commit/057e13aa3992ff6b0d7abb219a1fed3f4960f9d3"><code>057e13a</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2282">#2282</a> from wiremock/dependabot/gradle/io.netty-netty-all-4...</li> <li>Additional commits viewable in <a href="https://github.com/wiremock/wiremock/compare/3.0.0-beta-12...3.0.0-beta-13">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-beta-12&new-version=3.0.0-beta-13)](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 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 dbba8ed commit 8ec682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wrapper {
2424
project.ext {
2525
baseArtifact = 'wiremock-state-extension'
2626
versions = [
27-
wiremock : '3.0.0-beta-12',
27+
wiremock : '3.0.0-beta-13',
2828
caffeine : '3.1.7',
2929
handlebars: '4.3.1',
3030
junit : '5.10.0',

0 commit comments

Comments
 (0)