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

   Bumps 
[io.github.littleproxy:littleproxy](https://github.com/LittleProxy/LittleProxy) 
from 2.8.0 to 2.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/LittleProxy/LittleProxy/releases";>io.github.littleproxy:littleproxy's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.9.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>
   <p>Fix order of handlers in ClientToProxyConnection to support proxy 
protocol decoding for inbound requests by <a 
href="https://github.com/BlueInf";><code>@​BlueInf</code></a> in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/729";>LittleProxy/LittleProxy#729</a></p>
   </li>
   <li>
   <p>Add integration test for SOCKS5 upstream proxy authentication (issue <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/57";>#57</a>) 
by <a href="https://github.com/clescot";><code>@​clescot</code></a> in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/719";>LittleProxy/LittleProxy#719</a></p>
   </li>
   <li>
   <p>Fix issue <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/77";>#77</a>: 
CONNECT response not returned to HttpFilters by <a 
href="https://github.com/clescot";><code>@​clescot</code></a> in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/721";>LittleProxy/LittleProxy#721</a></p>
   </li>
   <li>
   <p>Fix assumption about CONNECT in MITM mode should use SSL (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/71";>#71</a>)  
by <a href="https://github.com/clescot";><code>@​clescot</code></a> in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/717";>LittleProxy/LittleProxy#717</a></p>
   </li>
   <li>
   <p>Bump netty.version from 4.2.15.Final to 4.2.16.Final by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/770";>LittleProxy/LittleProxy#770</a></p>
   </li>
   <li>
   <p>Bump org.seleniumhq.selenium:selenium-java from 4.45.0 to 4.46.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/771";>LittleProxy/LittleProxy#771</a></p>
   </li>
   <li>
   <p>Feature/selective thread dump by <a 
href="https://github.com/clescot";><code>@​clescot</code></a> in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/715";>LittleProxy/LittleProxy#715</a></p>
   </li>
   <li>
   <p>Migrate test logging from log4j 1.x to Log4j2 by <a 
href="https://github.com/clescot";><code>@​clescot</code></a> in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/714";>LittleProxy/LittleProxy#714</a></p>
   </li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/BlueInf";><code>@​BlueInf</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/pull/729";>LittleProxy/LittleProxy#729</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/LittleProxy/LittleProxy/compare/v2.8.0...v2.9.0";>https://github.com/LittleProxy/LittleProxy/compare/v2.8.0...v2.9.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";>io.github.littleproxy:littleproxy's
 changelog</a>.</em></p>
   <blockquote>
   <ul>
   <li>2.9.0 (06.08.2026, <a 
href="https://github.com/LittleProxy/LittleProxy/milestone/52?closed=1";>https://github.com/LittleProxy/LittleProxy/milestone/52?closed=1</a>)
   <ul>
   <li><a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/737";>#737</a> 
Fix order of handlers to support proxy protocol decoding for inbound requests 
(<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/729";>#729</a>) 
by Krasimir Marinov</li>
   <li>fix &quot;IllegalReferenceCountException: null&quot; on 
ClientToProxyConnection (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/625";>#625</a>) 
by James Baldassari</li>
   <li><a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/71";>#71</a> 
Fix assumption about CONNECT in MITM mode should use SSL (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/717";>#717</a>) 
by Charles Lescot</li>
   <li><a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/77";>#77</a> 
Fix: CONNECT response not returned to HttpFilters (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/721";>#721</a>) 
by Charles Lescot</li>
   <li><a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/57";>#57</a> 
Fix: Upstream Socks Proxy Not Authenticating (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/719";>#719</a>) 
by Charles Lescot</li>
   <li>Bump netty.version from 4.2.15.Final to 4.2.16.Final (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/770";>#770</a>)</li>
   <li>Bump org.seleniumhq.selenium:selenium-java from 4.45.0 to 4.46.0 (<a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/771";>#771</a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/8b6ae11eb50ba280743b7073b57a330d74ed9706";><code>8b6ae11</code></a>
 [security] ask GPG password every time instead of reading from plain text 
fil...</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/439efaa9765ea910e542263682dbd3b1e20da165";><code>439efaa</code></a>
 release LittleProxy 2.9.0</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/670c1e7e85a30930549192980be3d185510a1a21";><code>670c1e7</code></a>
 improve ClientToProxyConnectionTest</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/90396879920c9cc87ebd3df5056a52eab1a9076d";><code>9039687</code></a>
 improve ProxyToServerConnectionTest</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/b9e8c0f03b4f43d5594f0e6f80f480ff1a8d05ba";><code>b9e8c0f</code></a>
 cancel previous build when a new build gets triggered from the same branch</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/d46f5ccfaee5da5b8a6bb9162751f5e153d87cf3";><code>d46f5cc</code></a>
 Bump org.jspecify:jspecify from 1.0.0 to 1.0.1</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/5fdfcac83e78fa47db2dc2e38dbaff59cb6b0fea";><code>5fdfcac</code></a>
 Bump com.diffplug.spotless:spotless-maven-plugin from 3.8.0 to 3.9.0</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/b8279431963706d20869b144ee63514720f81bcb";><code>b827943</code></a>
 Merge pull request <a 
href="https://redirect.github.com/LittleProxy/LittleProxy/issues/777";>#777</a> 
from clescot/fix/pr717-coderabbitai-bugs</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/84deca7252778b47bea2cb3ed922fe6f7c73480f";><code>84deca7</code></a>
 Tag Issue71NonSslConnectTest as slow-test</li>
   <li><a 
href="https://github.com/LittleProxy/LittleProxy/commit/5a91b9ed76fb9d50c89e2f64cb6dbfd6254f88de";><code>5a91b9e</code></a>
 ignore &quot;logs/*.log&quot; files generated during test run</li>
   <li>Additional commits viewable in <a 
href="https://github.com/LittleProxy/LittleProxy/compare/v2.8.0...v2.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.littleproxy:littleproxy&package-manager=maven&previous-version=2.8.0&new-version=2.9.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 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