dependabot[bot] opened a new pull request, #13276: URL: https://github.com/apache/camel/pull/13276
Bumps [xyz.rogfam:littleproxy](https://github.com/LittleProxy/LittleProxy) from 2.1.2 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/LittleProxy/LittleProxy/releases">xyz.rogfam:littleproxy's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>Artifact relocation</h2> <p>The project was moved from groupId "xyz.rogfam" to "io.github.littleproxy" in Maven Central repository.</p> <h2>What's Changed</h2> <ul> <li>Migrate from JUnit4/Hamcrest to JUnit5/AssertJ by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/373">LittleProxy/LittleProxy#373</a></li> <li>generate test artifacts in "target" folder instead of project root folder by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/374">LittleProxy/LittleProxy#374</a></li> <li>run ALL tests in master branch (and only smoke tests in PRs) by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/109">LittleProxy/LittleProxy#109</a></li> <li>Bump netty.version from 4.1.106.Final to 4.1.107.Final by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/376">LittleProxy/LittleProxy#376</a></li> <li>Fix flaky tests WebSocketClientServerTest and KeepAliveTest by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/375">LittleProxy/LittleProxy#375</a></li> <li>Bump org.seleniumhq.selenium:selenium-java from 4.17.0 to 4.18.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/378">LittleProxy/LittleProxy#378</a></li> <li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.co4m/LittleProxy/LittleProxy/pull/380">https://github.co4m/LittleProxy/LittleProxy/pull/380</a></li> <li>Bump org.seleniumhq.selenium:selenium-java from 4.18.0 to 4.18.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/379">LittleProxy/LittleProxy#379</a></li> <li>Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/LittleProxy/LittleProxy/pull/381">LittleProxy/LittleProxy#381</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/LittleProxy/LittleProxy/compare/v2.1.2...v2.2.0">https://github.com/LittleProxy/LittleProxy/compare/v2.1.2...v2.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/LittleProxy/LittleProxy/blob/main/RELEASE_NOTES.md">xyz.rogfam:littleproxy's changelog</a>.</em></p> <blockquote> <ul> <li>2.2.0 (22.02.2024, <a href="https://github.com/LittleProxy/LittleProxy/milestone/31?closed=1">https://github.com/LittleProxy/LittleProxy/milestone/31?closed=1</a>) <ul> <li>Move the project from groupId "xyz.rogfam" to "io.github.littleproxy"</li> <li>Migrate from JUnit4/Hamcrest to JUnit5/AssertJ (<a href="https://redirect.github.com/LittleProxy/LittleProxy/issues/373">#373</a>)</li> <li>Bump Netty from 4.1.106.Final to 4.1.107.Final (<a href="https://redirect.github.com/LittleProxy/LittleProxy/issues/376">#376</a>)</li> <li>Bump Selenium from 4.17.0 to 4.18.1 (<a href="https://redirect.github.com/LittleProxy/LittleProxy/issues/378">#378</a>) (<a href="https://redirect.github.com/LittleProxy/LittleProxy/issues/379">#379</a>)</li> <li>Bump log4j from 2.22.1 to 2.23.0 (<a href="https://redirect.github.com/LittleProxy/LittleProxy/issues/381">#381</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/fbec3f7a95e8c174cc02cfc32246db6260127b1c"><code>fbec3f7</code></a> release LittleProxy 2.2.0 under groupId "io.github.littleproxy"</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/540eb24feeeece8a487cf8bdc81772c9cfd647d1"><code>540eb24</code></a> release LittleProxy 2.2.0 (and move from "xyz.rogfam" to "io.github.littlepro...</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/ef9980a16eaf6afbef10a6c7e2d8b55d12edd113"><code>ef9980a</code></a> Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/d37f9ff6ebb370f66a8983c7d2bd2dbdb4dd4b8d"><code>d37f9ff</code></a> Bump org.seleniumhq.selenium:selenium-java from 4.18.0 to 4.18.1</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/596824da92cf05ff3dc4e73564ee4b0265e8674d"><code>596824d</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/2102c873e62bfa6ca96a143f6d2ab63bb462c0ae"><code>2102c87</code></a> Bump org.seleniumhq.selenium:selenium-java from 4.17.0 to 4.18.0</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/8c58faf7fd7099e2e78066482b491d59c62d1aaf"><code>8c58faf</code></a> workaround for memory leak in mockserver</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/e7282ccd078754f9a2811808cbb854ac6a10fe84"><code>e7282cc</code></a> add debugging info for investigating flaky tests</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/5e2617897f1b1a5cba67ec6b8d98faf503388e9b"><code>5e26178</code></a> pass idleConnectionTimeout as Duration, not just "int"</li> <li><a href="https://github.com/LittleProxy/LittleProxy/commit/d074b2ebfc11aa057528c8ee00de84178892ec31"><code>d074b2e</code></a> Bump netty.version from 4.1.106.Final to 4.1.107.Final</li> <li>Additional commits viewable in <a href="https://github.com/LittleProxy/LittleProxy/compare/v2.1.2...v2.2.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