dependabot[bot] opened a new pull request, #1554:
URL: https://github.com/apache/syncope/pull/1554

   Bumps 
[org.wiremock.integrations:wiremock-spring-boot](https://github.com/wiremock/wiremock-spring-boot)
 from 4.2.3 to 4.4.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/wiremock/wiremock-spring-boot/releases";>org.wiremock.integrations:wiremock-spring-boot's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.4.1</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>refactor: minor efficiency cleanups in server creation and validation 
(<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/208";>#208</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   <li>perf: cache reflection-based annotation and field scans per test class 
(<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/207";>#207</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   <li>perf: log Store context resolution at debug instead of info (<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/206";>#206</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   </ul>
   <h2>✍ Other changes</h2>
   <ul>
   <li>refactor: readability cleanups (shared resolve helper, decompose server 
creation) (<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/209";>#209</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   <li>test: verify staticPortDirtySpringContext=false actually prevents 
dirtying (<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/205";>#205</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   </ul>
   <h2>4.4.0</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: support test engines other than JUnit Jupiter (<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/204";>#204</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   </ul>
   <h2>4.3.0</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>feat: support TLS keystore/truststore configuration (<a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/203";>#203</a>)
 <a href="https://github.com/tomasbjerre";><code>@​tomasbjerre</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/65560776047f79bc24124967ea53dffe17c2cd07";><code>6556077</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/209";>#209</a>
 from wiremock/refactor/readability-cleanups</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/f1d69e3b55d56f72dc66be3eb2fb77030ed34496";><code>f1d69e3</code></a>
 Merge branch 'main' into refactor/readability-cleanups</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/c301d5c8c3455ff212dfa9f4674375b38e78ea16";><code>c301d5c</code></a>
 refactor: split WireMockServerCreator.createWireMockServer into named 
steps</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/ba20707fc85826309f4338769f9ef614ecd868c8";><code>ba20707</code></a>
 refactor: extract shared resolveConfigureWireMocks helper</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/cd63759886e7225f8552667eee2b6fbc12f7a1bf";><code>cd63759</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/208";>#208</a>
 from wiremock/perf/minor-cleanups</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/4d61ecd8ad93dd9c96d43c20c6c7137967a55498";><code>4d61ecd</code></a>
 Merge branch 'main' into perf/minor-cleanups</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/eea53fea7d3cecb174d14096197f3e8874af0b1a";><code>eea53fe</code></a>
 refactor: minor efficiency cleanups in server creation and validation</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/e483777cd766a6153f9bc78811501ae3e7848405";><code>e483777</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/207";>#207</a>
 from wiremock/perf/cache-annotation-scans</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/90cfff1f4238f34c67a1b040829e2a050fafea36";><code>90cfff1</code></a>
 perf: cache reflection-based annotation and field scans per test class</li>
   <li><a 
href="https://github.com/wiremock/wiremock-spring-boot/commit/75ad8b474846951ecb89d5a37e67fcca4b76e865";><code>75ad8b4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/wiremock/wiremock-spring-boot/issues/206";>#206</a>
 from wiremock/perf/store-log-level</li>
   <li>Additional commits viewable in <a 
href="https://github.com/wiremock/wiremock-spring-boot/compare/4.2.3...4.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.wiremock.integrations:wiremock-spring-boot&package-manager=maven&previous-version=4.2.3&new-version=4.4.1)](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 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: [email protected]

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

Reply via email to