dependabot[bot] opened a new pull request, #14262: URL: https://github.com/apache/camel/pull/14262
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.0.3 to 3.6.0. <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.6.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>arrayJoin - Handlebar helper (<a href="https://redirect.github.com/wiremock/wiremock/issues/2725">#2725</a>) <a href="https://github.com/dieppa"><code>@dieppa</code></a></li> <li>Added arrayAdd, arrayRemove and val helpers (<a href="https://redirect.github.com/wiremock/wiremock/issues/2724">#2724</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>Added an object store to the Stores interface plus a default in-memory implementation (<a href="https://redirect.github.com/wiremock/wiremock/issues/2723">#2723</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>Move the serve event triggered prior to responding before transformers are applied (<a href="https://redirect.github.com/wiremock/wiremock/issues/2722">#2722</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>Added an overload of andMatching to stub builders taking a defintion object parameter (<a href="https://redirect.github.com/wiremock/wiremock/issues/2721">#2721</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>2711 Add start and stop hooks for extensions (<a href="https://redirect.github.com/wiremock/wiremock/issues/2726">#2726</a>) <a href="https://github.com/leeturner"><code>@leeturner</code></a></li> <li>Allow subclasses of WireMockExtension to get the ExtensionContext (<a href="https://redirect.github.com/wiremock/wiremock/issues/1981">#1981</a>) <a href="https://github.com/tsmock"><code>@tsmock</code></a></li> <li>Added supported-proxy-encodings as a CLI parameter (<a href="https://redirect.github.com/wiremock/wiremock/issues/2694">#2694</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Fixes <a href="https://redirect.github.com/wiremock/wiremock/issues/2696">#2696</a> - xPath helper returns error when result is primitive value (<a href="https://redirect.github.com/wiremock/wiremock/issues/2717">#2717</a>) <a href="https://github.com/tomakehurst"><code>@tomakehurst</code></a></li> <li>Content-Type Header for Multipart-Requests should be checked case-insensitive (<a href="https://redirect.github.com/wiremock/wiremock/issues/2707">#2707</a>) <a href="https://github.com/mufasa1976"><code>@mufasa1976</code></a></li> <li>Fix parsing of date/time query parameter values with an offset ahead of UTC (<a href="https://redirect.github.com/wiremock/wiremock/issues/2703">#2703</a>) <a href="https://github.com/papiomytoglou"><code>@papiomytoglou</code></a></li> <li>fix: handlebars math helper handles large negative integers (<a href="https://redirect.github.com/wiremock/wiremock/issues/2706">#2706</a>) <a href="https://github.com/RafeArnold"><code>@RafeArnold</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2716">#2716</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2715">#2715</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2687">#2687</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2708">#2708</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump versions.xmlUnit from 2.9.1 to 2.10.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2698">#2698</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump org.scala-lang:scala-library from 2.13.13 to 2.13.14 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2700">#2700</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (<a href="https://redirect.github.com/wiremock/wiremock/issues/2704">#2704</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>3.5.4</h2> <!-- raw HTML omitted --> <h2>📦 Dependency updates</h2> <ul> <li>Bump versions.jetty from 12.0.7 to 12.0.8 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2668">#2668</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>✍ Other changes</h2> <ul> <li>Allow commons-fileupload to load commons-io as a transitive dependency (<a href="https://redirect.github.com/wiremock/wiremock/issues/2691">#2691</a>) <a href="https://github.com/leeturner"><code>@leeturner</code></a></li> <li>Fix some Sonar or/and "IDEA inspect code" issues (partly) (<a href="https://redirect.github.com/wiremock/wiremock/issues/2686">#2686</a>) <a href="https://github.com/pks-1981"><code>@pks-1981</code></a></li> </ul> <h2>3.5.3</h2> <p>Some minor improvements, bug fixes and dependency updates.</p> <h2>📦 Dependency updates</h2> <ul> <li>Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2673">#2673</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2676">#2676</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 (<a href="https://redirect.github.com/wiremock/wiremock/issues/2649">#2649</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>🐛 Bug fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wiremock/wiremock/commit/42a530331693d1beb4dc882df1c326717253b250"><code>42a5303</code></a> Update the gradle task used in the publish</li> <li><a href="https://github.com/wiremock/wiremock/commit/e5a4a7247370256c1688ef52ac135af81f8c131e"><code>e5a4a72</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2732">#2732</a> from wiremock/fix-test</li> <li><a href="https://github.com/wiremock/wiremock/commit/41b37d77840069d3a7cf0c3fccf8e02bafd69e7e"><code>41b37d7</code></a> Fix test now that the new join helper has changed its name</li> <li><a href="https://github.com/wiremock/wiremock/commit/db9dc918c7e3fcc14b34f1664a65460b74cac4fa"><code>db9dc91</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2727">#2727</a> from wiremock/additional-tests</li> <li><a href="https://github.com/wiremock/wiremock/commit/1d3f0e6b513da54fbc0f5e1c9ac27c03bb39f55a"><code>1d3f0e6</code></a> Merge pull request <a href="https://redirect.github.com/wiremock/wiremock/issues/2729">#2729</a> from wiremock/join_handlerbars_helper_upgrade</li> <li><a href="https://github.com/wiremock/wiremock/commit/a76d425e5bfef8380c07a42c15536d9af0efb281"><code>a76d425</code></a> formatting</li> <li><a href="https://github.com/wiremock/wiremock/commit/29e3ada72a3771a636a91ecc1b44724e37a52d8b"><code>29e3ada</code></a> added more tests</li> <li><a href="https://github.com/wiremock/wiremock/commit/1dfb67f6a6716df46c8cd1f0a7a684c37cf421a8"><code>1dfb67f</code></a> added prefix and suffix</li> <li><a href="https://github.com/wiremock/wiremock/commit/00150d40899329d57c01c045a91a9794f38e2293"><code>00150d4</code></a> renamed to 'arrayJoin'plus added support for {{join ',' 'One' 'Two' 'Three'}}</li> <li><a href="https://github.com/wiremock/wiremock/commit/03750cf8ef775c79decfcc3c76b65aa4ea218de9"><code>03750cf</code></a> More conditions added to the val helper tests</li> <li>Additional commits viewable in <a href="https://github.com/wiremock/wiremock/compare/3.0.3...3.6.0">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org