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

   Bumps `httpcore-version` from 5.3.6 to 5.4.2.
   Updates `org.apache.httpcomponents.core5:httpcore5` from 5.3.6 to 5.4.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.2/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.4.2</h2>
   <p>This maintenance release fixes a bug in the lax connection pool where 
expired
   connection cleanup fails to update the number of available connections,
   potentially causing the client to eventually deadlock. Two other fixes are
   included as well, one for a memory leak in the implementation of HTTP/2 
stream
   priority and one in the parseLenient method, which should ignore illegal
   character names.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Bug fix: Decrement pool entry count in LaxConnPool upon discarding an 
expired
   connection.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix HTTP/2 stream priority memory leak. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/617";>#617</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix parseLenient to ignore illegal charset names. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/618";>#618</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   </ul>
   <h2>Release 5.4.1</h2>
   <p>This maintenance release fixes a latency regression in the async transport
   caused by TCP_NODELAY failing to be set. Several other bugs have also been
   fixed affecting connection management, HTTP/2 exception handling and
   propagation, and so forth.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Regression: Ensure TCP-specific socket options are set correctly in the 
async
   transport.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers 
are
   not reported in the thread pool statistics.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of
   returning them.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/4ee5b2a75b847f9f82a3bfec4524c2cb4f4fb3a6";><code>4ee5b2a</code></a>
 HttpCore 5.4.2 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/fb3b743e8e7d5f93b733150f46107d8970bbb26b";><code>fb3b743</code></a>
 Update release notes for HttpCore 5.4.2 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/02ac6862cc1cfd6d41c7f3c5c0393eb125731420";><code>02ac686</code></a>
 LaxConnPool: Deallocate pool entry upon discarding expired connection</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/9a641bd30fcfc4c17f7500736919908cc1d5caa9";><code>9a641bd</code></a>
 Fix HTTP/2 stream priority memory leak by dropping unused PriorityValue 
cache...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/dbc8788629b5d09832623d1912ffdd44ac51fcaa";><code>dbc8788</code></a>
 HTTPCORE-794 - Fix parseLenient to ignore illegal charset names (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/618";>#618</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/95d71828e770cda08d92db0deea9ba88a40a70cb";><code>95d7182</code></a>
 Upgraded HttpCore version to 5.4.2-SNAPSHOT</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e";><code>b5e2b02</code></a>
 Update release notes for HttpCore 5.4.1 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037";><code>17ce37a</code></a>
 Ensure TCP-specific socket options are set</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093";><code>a33904a</code></a>
 LaxConnPool: Prevent integer overflow in getTotalStats()</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152";><code>92dbfea</code></a>
 LaxConnPool: Loop over expired connections</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.6...rel/v5.4.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3.6 to 5.4.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.2/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-h2's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.4.2</h2>
   <p>This maintenance release fixes a bug in the lax connection pool where 
expired
   connection cleanup fails to update the number of available connections,
   potentially causing the client to eventually deadlock. Two other fixes are
   included as well, one for a memory leak in the implementation of HTTP/2 
stream
   priority and one in the parseLenient method, which should ignore illegal
   character names.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Bug fix: Decrement pool entry count in LaxConnPool upon discarding an 
expired
   connection.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix HTTP/2 stream priority memory leak. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/617";>#617</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix parseLenient to ignore illegal charset names. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/618";>#618</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   </ul>
   <h2>Release 5.4.1</h2>
   <p>This maintenance release fixes a latency regression in the async transport
   caused by TCP_NODELAY failing to be set. Several other bugs have also been
   fixed affecting connection management, HTTP/2 exception handling and
   propagation, and so forth.</p>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Regression: Ensure TCP-specific socket options are set correctly in the 
async
   transport.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers 
are
   not reported in the thread pool statistics.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of
   returning them.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/4ee5b2a75b847f9f82a3bfec4524c2cb4f4fb3a6";><code>4ee5b2a</code></a>
 HttpCore 5.4.2 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/fb3b743e8e7d5f93b733150f46107d8970bbb26b";><code>fb3b743</code></a>
 Update release notes for HttpCore 5.4.2 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/02ac6862cc1cfd6d41c7f3c5c0393eb125731420";><code>02ac686</code></a>
 LaxConnPool: Deallocate pool entry upon discarding expired connection</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/9a641bd30fcfc4c17f7500736919908cc1d5caa9";><code>9a641bd</code></a>
 Fix HTTP/2 stream priority memory leak by dropping unused PriorityValue 
cache...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/dbc8788629b5d09832623d1912ffdd44ac51fcaa";><code>dbc8788</code></a>
 HTTPCORE-794 - Fix parseLenient to ignore illegal charset names (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/618";>#618</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/95d71828e770cda08d92db0deea9ba88a40a70cb";><code>95d7182</code></a>
 Upgraded HttpCore version to 5.4.2-SNAPSHOT</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e";><code>b5e2b02</code></a>
 Update release notes for HttpCore 5.4.1 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037";><code>17ce37a</code></a>
 Ensure TCP-specific socket options are set</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093";><code>a33904a</code></a>
 LaxConnPool: Prevent integer overflow in getTotalStats()</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152";><code>92dbfea</code></a>
 LaxConnPool: Loop over expired connections</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.3.6...rel/v5.4.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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