dependabot[bot] opened a new pull request, #2872:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2872

   Bumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 
3.10.4 to 5.13.2.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mock-server/mockserver/blob/master/changelog.md";>mockserver-netty's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[5.13.2] - 2022-04-05</h2>
   <h3>Fixed</h3>
   <ul>
   <li>fixed artefact name in no-dependencies pom which caused issue with 
gradle builds</li>
   <li>added support for yml in addition to yaml for yaml files</li>
   </ul>
   <h2>[5.13.1] - 2022-04-02</h2>
   <h3>Added</h3>
   <ul>
   <li>simplified JSON format accepted for headers and other multi-value maps 
by allowing single values to be used as value list</li>
   <li>added warning message when content-length in expectation response is 
shorter than the body length</li>
   <li>improved log output for multimap failures, especially when using schema 
matcher (i.e. with OpenAPI) for parameters, headers, etc</li>
   <li>added support for endpoints examples in addition to existing schemas 
examples in an OpenAPI specifications</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>improved error messages from main method</li>
   <li>always serialise default fields for StringBody and JsonBody when 
retrieving recorded expectations for consistency even when the charset 
changes</li>
   <li>allow (and ignore) additional timestamp field for expectation JSON to 
support record request and responses to be submitted as JSON expectations</li>
   <li>upgraded JVM version in docker (and helm) to 17</li>
   <li>reduced memory footprint from log and simplified calculation of maximum 
log size</li>
   <li>use JVM trust store in addition to MockServer CA for MockServerClient to 
allow control plane requests to go via proxies or load balancers that terminate 
TLS</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>allow callback which is nested inside initializer class for maven plugin 
initializer</li>
   <li>fixed HttpClassCallback static builder signature</li>
   <li>improved parsing of media type parameters to handle parameter values 
with equal symbol</li>
   <li>fixed serialising certificate chain to dashboard UI</li>
   <li>used absolute URI form for requests to an HTTP proxy as per <a 
href="https://www.rfc-editor.org/rfc/rfc2068#section-5.1.2";>rfc2068 section 
5.1.2</a></li>
   <li>removed content-length and other hop by hop response headers for forward 
actions</li>
   <li>fixed handling of headers and parameters specified without any 
values</li>
   <li>fixed logLevel in MockServer instance Configuration, so it now sets the 
SystemProperty read by the logging configuration</li>
   <li>fixed parallel execution of MockServerExtension to prevent port bind 
errors</li>
   <li>fixed error parsing body parameters containing '/'</li>
   <li>removed external references to schema specification to remove required 
network connectivity</li>
   <li>fixed docker latest tag by worked around bug in sonatype not updating 
the LATEST metadata for snapshots</li>
   <li>fixed partial deletion of expectations from watched file initialiser</li>
   <li>resolved small memory leak during proxy authentication</li>
   <li>updated verify by expectation id so it uses expectation match log events 
instead of the request matcher from the expectation</li>
   </ul>
   <h2>[5.13.0] - 2022-03-17</h2>
   <h3>Added</h3>
   <ul>
   <li>added support for configuring log level via properties file</li>
   <li>allow proactively initialisation of TLS so dynamic TLS CA key pair is 
created at start up</li>
   <li>added control plane authorisation using mTLS</li>
   <li>added control plane authorisation using JWT</li>
   <li>added support for control plane JWTs supplier to client</li>
   <li>added support for control plane JWT authorisation to specify required 
audience, matching claims and required claims</li>
   <li>added control plane authorisation using both JWT and mTLS</li>
   <li>added property to control maximum number of requests to return in 
verification failure, defaults to 10</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/81105b3153674bbe66df612ad1b3a09a34a520cf";><code>81105b3</code></a>
 [maven-release-plugin] prepare release mockserver-5.13.2</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/1cf8ef173bc1701e9a681ebe8d4d1f5f700edabc";><code>1cf8ef1</code></a>
 added missing item to changelog.md</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/141ea1fa64b29c895a97d61b07e274f0cafb4935";><code>141ea1f</code></a>
 added support for yml in addition to yaml for yaml files</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/f18117af4ed037447265749609cad1e322bf24a1";><code>f18117a</code></a>
 attempting to resolve memory issue in build pipeline</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/1a9bb56a14579ead2119c0d4ad7fd05c7d151fd8";><code>1a9bb56</code></a>
 Bump swagger-parser from 2.0.31 to 2.0.32</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/758694da75ee8fcb226275903c83c0920695ad4f";><code>758694d</code></a>
 Bump maven-clean-plugin from 3.1.0 to 3.2.0</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/1cc83b620a1ad241990d5eb9cfc97c340f1c1b2c";><code>1cc83b6</code></a>
 Bump json-unit-core from 2.32.0 to 2.33.0</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/4fcf22e82bb218c25ae39d3ceff23b33020cfb2e";><code>4fcf22e</code></a>
 added missing gradle-wrapper.jar</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/98f37699cffa92d1fd204cd5428f23b4e0785ad8";><code>98f3769</code></a>
 attempting to re-enable gradle integration tests in build pipeline</li>
   <li><a 
href="https://github.com/mock-server/mockserver/commit/df1951d9ee930cc36c8a50a68d84067c3aa89ceb";><code>df1951d</code></a>
 temporarily disable gradle integration tests as build pipeline can't find 
the...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jamesdbloom/mockservice/compare/mockserver-3.10.4...mockserver-5.13.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mock-server:mockserver-netty&package-manager=maven&previous-version=3.10.4&new-version=5.13.2)](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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to