dependabot[bot] opened a new pull request, #85:
URL: https://github.com/apache/maven-dist-tool/pull/85

   Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 
3.9.2 to 3.10.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.10.0</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New Features</h2>
   <ul>
   <li>Added ability for extension factories to be declared as classes (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2909";>#2909</a>) <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   <li>HTTP server loading refinement (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2891";>#2891</a>) <a 
href="https://github.com/tomakehurst";><code>@​tomakehurst</code></a></li>
   <li>New JSON and XML handlebars helpers (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2904";>#2904</a>) <a 
href="https://github.com/RafeArnold";><code>@​RafeArnold</code></a></li>
   </ul>
   <h2>🐛 Bug fixes</h2>
   <ul>
   <li>Add null check in WireMockExtension.stopServerIfRunning() (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2901";>#2901</a>) <a 
href="https://github.com/baezzys";><code>@​baezzys</code></a></li>
   <li>fix serialization of ignoreOrderOfSameNode for equalToXml (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2896";>#2896</a>) <a 
href="https://github.com/viktormelnychuk";><code>@​viktormelnychuk</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 
(<a href="https://redirect.github.com/wiremock/wiremock/issues/2883";>#2883</a>) 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump com.networknt:json-schema-validator from 1.5.2 to 1.5.4 (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2905";>#2905</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.2 (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2908";>#2908</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171 (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2907";>#2907</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump commons-io:commons-io from 2.7 to 2.14.0 in /testlogging (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2862";>#2862</a>) <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Bump commons-io:commons-io from 2.17.0 to 2.18.0 (<a 
href="https://redirect.github.com/wiremock/wiremock/issues/2902";>#2902</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/7df345b9065b2b7ba75ede12998603a262d8ff6c";><code>7df345b</code></a>
 Filter out class version 66 (java 22) from the shadowJar</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/248cfdfbadb96f4b4c71f177838a5b4359cba167";><code>248cfdf</code></a>
 Bump minor version</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/bb348b1ea25cdbeb2b97755d531e3be1b9c2cc30";><code>bb348b1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2883";>#2883</a> from 
wiremock/dependabot/gradle/org.apache.httpcompo...</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/40e6e02962d9c1bf75460f40d1d7f75499bebb9e";><code>40e6e02</code></a>
 Back to filtering out the connection header and now the upgrade header</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/764823d14e585054f0dd8c7a33cc665b39713c3c";><code>764823d</code></a>
 No longer filter out the connection header when proxying</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/0b731ebbd527342972ed7fc321d2f70313573dc9";><code>0b731eb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2909";>#2909</a> from 
wiremock/support-extension-factories-as-classes</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/96075b338943d59123f792c138f2e3f7eef113e9";><code>96075b3</code></a>
 Added ability for extension factories to be declared as classes</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/a0df1e018d7bca55991117ba5a5d83e6cd146abd";><code>a0df1e0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock/issues/2891";>#2891</a> from 
wiremock/http-server-loading-refinement</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/2cf90bbec258a38e2413da8a36e62406c2a30d9f";><code>2cf90bb</code></a>
 Apache now enforces UTF-8 encoding in BasicSchemeFactory as per RFC 7617</li>
   <li><a 
href="https://github.com/wiremock/wiremock/commit/0e98c9097899e8be8617de43a47b363e59eb7b45";><code>0e98c90</code></a>
 Merge remote-tracking branch 
'origin/dependabot/gradle/org.apache.httpcompone...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/wiremock/wiremock/compare/3.9.2...3.10.0";>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=maven&previous-version=3.9.2&new-version=3.10.0)](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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to