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

   Bumps `httpcore-version` from 5.2.5 to 5.3.
   Updates `org.apache.httpcomponents.core5:httpcore5` from 5.2.5 to 5.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.3</h2>
   <p>This is the first GA release in the 5.3 release series. This release 
finalizes the 5.3 APIs
   and improves integration test configuration APIs along with many test code 
improvements.</p>
   <p>Notable changes and features included in the 5.3 series:</p>
   <ul>
   <li>
   <p>Improved conformance to RFC 9110 and RFC 9112.</p>
   </li>
   <li>
   <p>UTF-8 encoding to be used by default for text where appropriate.</p>
   </li>
   <li>
   <p>Compatibility with Java Virtual Threads and Java 21 Runtime.</p>
   </li>
   <li>
   <p>Message parsing API improvements and performance optimization.</p>
   </li>
   <li>
   <p>TLS client endpoints to make use of JSSE Endpoint Identification by 
default.</p>
   </li>
   <li>
   <p>Redesign of server-side request routing API.</p>
   </li>
   <li>
   <p>Redesign of TLS session handling by classic (blocking) connections.</p>
   </li>
   </ul>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Improved Javadoc.
   Contributed by Gary Gregory <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>HTTPCORE-761: Support ExtendedSocketOption (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/473";>#473</a>).
   Contributed by kkewwei <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Attempt to shut down the connection gracefully in case of a TLS handshake 
exception.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Test classes and methods should have default package visibility.
   Contributed by strangelookingnerd <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Simplified configuration API of test servers and clients.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   <h2>Release 5.3 BETA1</h2>
   <p>This is the first BETA release in the 5.3 release series. It features a 
re-designed
   classic (blocking) TLS session management and server-side request routing 
APIs.
   It is likely to be the last BETA release in the 5.3 release series.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/325202d81284517f64763755855feba925727419";><code>325202d</code></a>
 HttpCore 5.3 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/375d401ebcb294a0bf87699ea37f73e382b47833";><code>375d401</code></a>
 Updated release notes for HttpCore 5.3 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/40de4d6452551ffee824ae0bedd83d62041a72bd";><code>40de4d6</code></a>
 Refactor duplicate code in tests</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/401642887b2dd2da9e9e4c67936cd92d34b5327e";><code>4016428</code></a>
 Javadoc improvements</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/054fb411a642d980454d2bc7f1811bafaeeb78d6";><code>054fb41</code></a>
 Private method does not throw checked exception</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/b2807333eb587b5cbb092aa47fb454f970fdabe3";><code>b280733</code></a>
 Javadoc improvements and simple code declutter</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2104b2a5079fde207003a1b70699e88d3979bf13";><code>2104b2a</code></a>
 Bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.9 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/479";>#479</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/1c5bebc757620226d585dfc1e7c52c9128ca8798";><code>1c5bebc</code></a>
 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/477";>#477</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/cf7df9e3d5d96c295c4011ec7879ab6adafad43a";><code>cf7df9e</code></a>
 Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.45.0 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/475";>#475</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5f25ddd5b8a62d2233289d39f79e3c6fd97ec2ab";><code>5f25ddd</code></a>
 Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/474";>#474</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.2.5...rel/v5.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.5 to 5.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-h2's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Release 5.3</h2>
   <p>This is the first GA release in the 5.3 release series. This release 
finalizes the 5.3 APIs
   and improves integration test configuration APIs along with many test code 
improvements.</p>
   <p>Notable changes and features included in the 5.3 series:</p>
   <ul>
   <li>
   <p>Improved conformance to RFC 9110 and RFC 9112.</p>
   </li>
   <li>
   <p>UTF-8 encoding to be used by default for text where appropriate.</p>
   </li>
   <li>
   <p>Compatibility with Java Virtual Threads and Java 21 Runtime.</p>
   </li>
   <li>
   <p>Message parsing API improvements and performance optimization.</p>
   </li>
   <li>
   <p>TLS client endpoints to make use of JSSE Endpoint Identification by 
default.</p>
   </li>
   <li>
   <p>Redesign of server-side request routing API.</p>
   </li>
   <li>
   <p>Redesign of TLS session handling by classic (blocking) connections.</p>
   </li>
   </ul>
   <h2>Change Log</h2>
   <ul>
   <li>
   <p>Improved Javadoc.
   Contributed by Gary Gregory <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>HTTPCORE-761: Support ExtendedSocketOption (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/473";>#473</a>).
   Contributed by kkewwei <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Attempt to shut down the connection gracefully in case of a TLS handshake 
exception.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Test classes and methods should have default package visibility.
   Contributed by strangelookingnerd <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Simplified configuration API of test servers and clients.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   <h2>Release 5.3 BETA1</h2>
   <p>This is the first BETA release in the 5.3 release series. It features a 
re-designed
   classic (blocking) TLS session management and server-side request routing 
APIs.
   It is likely to be the last BETA release in the 5.3 release series.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/325202d81284517f64763755855feba925727419";><code>325202d</code></a>
 HttpCore 5.3 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/375d401ebcb294a0bf87699ea37f73e382b47833";><code>375d401</code></a>
 Updated release notes for HttpCore 5.3 release</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/40de4d6452551ffee824ae0bedd83d62041a72bd";><code>40de4d6</code></a>
 Refactor duplicate code in tests</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/401642887b2dd2da9e9e4c67936cd92d34b5327e";><code>4016428</code></a>
 Javadoc improvements</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/054fb411a642d980454d2bc7f1811bafaeeb78d6";><code>054fb41</code></a>
 Private method does not throw checked exception</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/b2807333eb587b5cbb092aa47fb454f970fdabe3";><code>b280733</code></a>
 Javadoc improvements and simple code declutter</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2104b2a5079fde207003a1b70699e88d3979bf13";><code>2104b2a</code></a>
 Bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.9 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/479";>#479</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/1c5bebc757620226d585dfc1e7c52c9128ca8798";><code>1c5bebc</code></a>
 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/477";>#477</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/cf7df9e3d5d96c295c4011ec7879ab6adafad43a";><code>cf7df9e</code></a>
 Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.45.0 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/475";>#475</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5f25ddd5b8a62d2233289d39f79e3c6fd97ec2ab";><code>5f25ddd</code></a>
 Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/474";>#474</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.2.5...rel/v5.3";>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 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

Reply via email to