dependabot[bot] opened a new pull request, #808:
URL: https://github.com/apache/httpcomponents-client/pull/808

   Bumps the all group with 13 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core)
 | `5.4` | `5.4.1` |
   | 
[org.apache.httpcomponents.core5:httpcore5-h2](https://github.com/apache/httpcomponents-core)
 | `5.4` | `5.4.1` |
   | 
[org.apache.httpcomponents.core5:httpcore5-testing](https://github.com/apache/httpcomponents-core)
 | `5.4` | `5.4.1` |
   | 
[org.apache.httpcomponents.core5:httpcore5-reactive](https://github.com/apache/httpcomponents-core)
 | `5.4` | `5.4.1` |
   | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | 
`5.14.1` | `5.14.3` |
   | 
[org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework)
 | `5.14.1` | `5.14.3` |
   | [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) | `1.5.7-6` 
| `1.5.7-7` |
   | 
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
 | `1.16.2` | `1.16.3` |
   | 
[io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer)
 | `1.16.2` | `1.16.3` |
   | 
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer)
 | `1.16.2` | `1.16.3` |
   | 
[io.micrometer:micrometer-tracing](https://github.com/micrometer-metrics/tracing)
 | `1.6.2` | `1.6.3` |
   | 
[io.micrometer:micrometer-tracing-bridge-otel](https://github.com/micrometer-metrics/tracing)
 | `1.6.2` | `1.6.3` |
   | 
[io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java)
 | `1.58.0` | `1.59.0` |
   
   Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4 to 5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-h2's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-testing` from 5.4 to 5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-testing's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-reactive` from 5.4 to 
5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-reactive's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4 to 5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-h2's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-testing` from 5.4 to 5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-testing's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.httpcomponents.core5:httpcore5-reactive` from 5.4 to 
5.4.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.core5:httpcore5-reactive's
 changelog</a>.</em></p>
   <blockquote>
   <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.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation in protocol negotiators' 
exception
   handling code.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)
   Contributed by Arturo Bernal <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Fix race condition in ComplexCancellable.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a 
blocking
   read to check for data.
   Contributed by Ryan Schmitt <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Bug fix: Corrected exception propagation to individual H2 streams in case 
of
   an unexpected error with the H2 connection.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   <li>
   <p>Regression: Restored SocketSupport and marked it deprecated.
   Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046";><code>c728dd8</code></a>
 HttpCore 5.4.1 release</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><a 
href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094";><code>0d9d1aa</code></a>
 StrictConnPool: Fix FIFO implementation</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97";><code>7230a04</code></a>
 Bug fix: Corrected exception propagation in protocol negotiators exception 
ha...</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec";><code>2b8615d</code></a>
 Fix SOCKS handshake to fail on EOF. (<a 
href="https://redirect.github.com/apache/httpcomponents-core/issues/604";>#604</a>)</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a";><code>5d96deb</code></a>
 Bug fix: Handle CancelledKeyException thrown by abort method of the H2 
stream</li>
   <li><a 
href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93";><code>15e9de4</code></a>
 ComplexCancellable: Fix race condition</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit:junit-bom` from 5.14.1 to 5.14.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit:junit-bom's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 5.14.3 = Platform 1.14.3 + Jupiter 5.14.3 + Vintage 5.14.3</p>
   <p>See <a href="https://docs.junit.org/5.14.3/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r5.14.2...r5.14.3";>https://github.com/junit-team/junit-framework/compare/r5.14.2...r5.14.3</a></p>
   <p>JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2</p>
   <p>See <a href="https://docs.junit.org/5.14.2/release-notes.html";>Release 
Notes</a>.</p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/uglide";><code>@​uglide</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/junit-team/junit-framework/pull/5245";>junit-team/junit-framework#5245</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r5.14.1...r5.14.2";>https://github.com/junit-team/junit-framework/compare/r5.14.1...r5.14.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/1c14c1b83fcdd6091593cd4869f7ce82754f54d0";><code>1c14c1b</code></a>
 Release 5.14.3</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/698391f73c2fa13ef488e3f1eedf11d149989102";><code>698391f</code></a>
 Finalize 5.14.3 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/5655c22bf36e0b0e57cffc11f771ab691a2b2494";><code>5655c22</code></a>
 Fix link to milestone</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b4d1f561d1a0181f3d8f4ac935f735f1c42365de";><code>b4d1f56</code></a>
 Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/5b6dfef181ac6269de67bdefebbfb42e54c28d14";><code>5b6dfef</code></a>
 Fix references</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/718ee1588ec6d74dfa7f05b572fc669b991a3a2a";><code>718ee15</code></a>
 Fail build if xref fragment is invalid</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a809887b6b13d55b64badb472ed213e3a9a89fa8";><code>a809887</code></a>
 Install <code>poppler-utils</code> for <code>pdfinfo</code></li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b568f5afd9ad8842cd4c8645e274ed26a6a41691";><code>b568f5a</code></a>
 Update API baseline</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/1ebb6bc0e1409ec836172d346938953de82cd189";><code>1ebb6bc</code></a>
 Add missing checkout step</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/4ca615b8c7740ad635dd118f5b6f47f9c2f49d9a";><code>4ca615b</code></a>
 Back to snapshots for further development</li>
   <li>Additional commits viewable in <a 
href="https://github.com/junit-team/junit-framework/compare/r5.14.1...r5.14.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.1 to 5.14.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit.jupiter:junit-jupiter-api's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 5.14.3 = Platform 1.14.3 + Jupiter 5.14.3 + Vintage 5.14.3</p>
   <p>See <a href="https://docs.junit.org/5.14.3/release-notes.html";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r5.14.2...r5.14.3";>https://github.com/junit-team/junit-framework/compare/r5.14.2...r5.14.3</a></p>
   <p>JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2</p>
   <p>See <a href="https://docs.junit.org/5.14.2/release-notes.html";>Release 
Notes</a>.</p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/uglide";><code>@​uglide</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/junit-team/junit-framework/pull/5245";>junit-team/junit-framework#5245</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r5.14.1...r5.14.2";>https://github.com/junit-team/junit-framework/compare/r5.14.1...r5.14.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/1c14c1b83fcdd6091593cd4869f7ce82754f54d0";><code>1c14c1b</code></a>
 Release 5.14.3</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/698391f73c2fa13ef488e3f1eedf11d149989102";><code>698391f</code></a>
 Finalize 5.14.3 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/5655c22bf36e0b0e57cffc11f771ab691a2b2494";><code>5655c22</code></a>
 Fix link to milestone</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b4d1f561d1a0181f3d8f4ac935f735f1c42365de";><code>b4d1f56</code></a>
 Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/5b6dfef181ac6269de67bdefebbfb42e54c28d14";><code>5b6dfef</code></a>
 Fix references</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/718ee1588ec6d74dfa7f05b572fc669b991a3a2a";><code>718ee15</code></a>
 Fail build if xref fragment is invalid</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a809887b6b13d55b64badb472ed213e3a9a89fa8";><code>a809887</code></a>
 Install <code>poppler-utils</code> for <code>pdfinfo</code></li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b568f5afd9ad8842cd4c8645e274ed26a6a41691";><code>b568f5a</code></a>
 Update API baseline</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/1ebb6bc0e1409ec836172d346938953de82cd189";><code>1ebb6bc</code></a>
 Add missing checkout step</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/4ca615b8c7740ad635dd118f5b6f47f9c2f49d9a";><code>4ca615b</code></a>
 Back to snapshots for further development</li>
   <li>Additional commits viewable in <a 
href="https://github.com/junit-team/junit-framework/compare/r5.14.1...r5.14.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.github.luben:zstd-jni` from 1.5.7-6 to 1.5.7-7
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/73bfa2722d168f948f619f88b29913ab4df8fe1d";><code>73bfa27</code></a>
 Bump version to v1.5.7-7</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/322f6bcc084cd04322978e122d97c285b3e46e6d";><code>322f6bc</code></a>
 Update GH actions</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/d18bc0a078bb9852d95c66d9c56ff2e0940662c3";><code>d18bc0a</code></a>
 Use latest MacOS runners</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/105111233f681a0c14e754da4f31a288df978f31";><code>1051112</code></a>
 Fix typo in ZstdDictCompress.java</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/2d94b35f9b98c503ed960f899fcdaaf6616e7f1e";><code>2d94b35</code></a>
 address</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/7c2e3ffd84a835c123cf1f0281feb5c1fcdf2baa";><code>7c2e3ff</code></a>
 Avoid SetLongField call when GetPrimitiveArrayCritical return NULL</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/d82fedadfc540f1d069ad6962733c70807495f8f";><code>d82feda</code></a>
 fix: ZstdInputStream decompression failure when underlying stream returns 0 
t...</li>
   <li>See full diff in <a 
href="https://github.com/luben/zstd-jni/compare/v1.5.7-6...v1.5.7-7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-core` from 1.16.2 to 1.16.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.16.3</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Add immutable noop Observation.Context <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7133";>#7133</a></li>
   <li>OSGi test isn't reporting failures <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7060";>#7060</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Docs: Align AsciiDoc callout syntax <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7148";>#7148</a></li>
   <li>Improve documentation of ExecutorServiceMetrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7083";>#7083</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7125";>#7125</a></li>
   <li>Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6802";>#6802</a></li>
   <li>Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7166";>#7166</a></li>
   <li>Bump dropwizard-metrics from 4.2.37 to 4.2.38 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7120";>#7120</a></li>
   <li>Bump gradle-wrapper from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7112";>#7112</a></li>
   <li>Bump grpc from 1.76.2 to 1.76.3 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7137";>#7137</a></li>
   <li>Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7124";>#7124</a></li>
   <li>Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7070";>#7070</a></li>
   <li>Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7101";>#7101</a></li>
   <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7126";>#7126</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a>, <a 
href="https://github.com/mateusz-nalepa";><code>@​mateusz-nalepa</code></a>, and 
<a href="https://github.com/tkmsaaaam";><code>@​tkmsaaaam</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/1963aacf64a369bfa318f590d046585fb024eab5";><code>1963aac</code></a>
 Downgrade Netty from 4.2.10 to 4.1.131 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7177";>#7177</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/aecd95d84c05afac79f69895a64025d706ba5ef7";><code>aecd95d</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/cd83609f06d0152c64c6445295d29b926177bd2f";><code>cd83609</code></a>
 Improve flakiness of StatsdMeterRegistryPublishTest (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7053";>#7053</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/991f09c4ccc163c2b22af53e6207085ffdd9de5c";><code>991f09c</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/bcbf4fe97b15251c3f09bd9d8ccae796afbc20f9";><code>bcbf4fe</code></a>
 Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7173";>#7173</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8fd42127f039654d3bb53f922c7107b805067241";><code>8fd4212</code></a>
 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7172";>#7172</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f42488e781f5f0a8a4ab48b1583c773e7dcf4211";><code>f42488e</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7166";>#7166</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/848e9a933ce3275fbe13579982fa2ef3664b22a7";><code>848e9a9</code></a>
 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7165";>#7165</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8e309f3728681c19ecb8e9192f6fc68dfbfe4d33";><code>8e309f3</code></a>
 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7162";>#7162</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0f9224f118685ddbc31bbdbe0748f1524bbe15a8";><code>0f9224f</code></a>
 docs: fix broken callout list structure in example blocks (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7148";>#7148</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.16.2...v1.16.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-observation` from 1.16.2 to 1.16.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-observation's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.16.3</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Add immutable noop Observation.Context <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7133";>#7133</a></li>
   <li>OSGi test isn't reporting failures <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7060";>#7060</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Docs: Align AsciiDoc callout syntax <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7148";>#7148</a></li>
   <li>Improve documentation of ExecutorServiceMetrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7083";>#7083</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7125";>#7125</a></li>
   <li>Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6802";>#6802</a></li>
   <li>Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7166";>#7166</a></li>
   <li>Bump dropwizard-metrics from 4.2.37 to 4.2.38 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7120";>#7120</a></li>
   <li>Bump gradle-wrapper from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7112";>#7112</a></li>
   <li>Bump grpc from 1.76.2 to 1.76.3 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7137";>#7137</a></li>
   <li>Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7124";>#7124</a></li>
   <li>Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7070";>#7070</a></li>
   <li>Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7101";>#7101</a></li>
   <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7126";>#7126</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a>, <a 
href="https://github.com/mateusz-nalepa";><code>@​mateusz-nalepa</code></a>, and 
<a href="https://github.com/tkmsaaaam";><code>@​tkmsaaaam</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/1963aacf64a369bfa318f590d046585fb024eab5";><code>1963aac</code></a>
 Downgrade Netty from 4.2.10 to 4.1.131 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7177";>#7177</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/aecd95d84c05afac79f69895a64025d706ba5ef7";><code>aecd95d</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/cd83609f06d0152c64c6445295d29b926177bd2f";><code>cd83609</code></a>
 Improve flakiness of StatsdMeterRegistryPublishTest (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7053";>#7053</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/991f09c4ccc163c2b22af53e6207085ffdd9de5c";><code>991f09c</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/bcbf4fe97b15251c3f09bd9d8ccae796afbc20f9";><code>bcbf4fe</code></a>
 Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7173";>#7173</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8fd42127f039654d3bb53f922c7107b805067241";><code>8fd4212</code></a>
 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7172";>#7172</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f42488e781f5f0a8a4ab48b1583c773e7dcf4211";><code>f42488e</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7166";>#7166</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/848e9a933ce3275fbe13579982fa2ef3664b22a7";><code>848e9a9</code></a>
 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7165";>#7165</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8e309f3728681c19ecb8e9192f6fc68dfbfe4d33";><code>8e309f3</code></a>
 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7162";>#7162</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0f9224f118685ddbc31bbdbe0748f1524bbe15a8";><code>0f9224f</code></a>
 docs: fix broken callout list structure in example blocks (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7148";>#7148</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.16.2...v1.16.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-registry-prometheus` from 1.16.2 to 1.16.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-registry-prometheus's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.16.3</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Add immutable noop Observation.Context <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7133";>#7133</a></li>
   <li>OSGi test isn't reporting failures <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7060";>#7060</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Docs: Align AsciiDoc callout syntax <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7148";>#7148</a></li>
   <li>Improve documentation of ExecutorServiceMetrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7083";>#7083</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7125";>#7125</a></li>
   <li>Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6802";>#6802</a></li>
   <li>Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7166";>#7166</a></li>
   <li>Bump dropwizard-metrics from 4.2.37 to 4.2.38 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7120";>#7120</a></li>
   <li>Bump gradle-wrapper from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7112";>#7112</a></li>
   <li>Bump grpc from 1.76.2 to 1.76.3 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7137";>#7137</a></li>
   <li>Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7124";>#7124</a></li>
   <li>Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7070";>#7070</a></li>
   <li>Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7101";>#7101</a></li>
   <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7126";>#7126</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a>, <a 
href="https://github.com/mateusz-nalepa";><code>@​mateusz-nalepa</code></a>, and 
<a href="https://github.com/tkmsaaaam";><code>@​tkmsaaaam</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/1963aacf64a369bfa318f590d046585fb024eab5";><code>1963aac</code></a>
 Downgrade Netty from 4.2.10 to 4.1.131 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7177";>#7177</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/aecd95d84c05afac79f69895a64025d706ba5ef7";><code>aecd95d</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/cd83609f06d0152c64c6445295d29b926177bd2f";><code>cd83609</code></a>
 Improve flakiness of StatsdMeterRegistryPublishTest (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7053";>#7053</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/991f09c4ccc163c2b22af53e6207085ffdd9de5c";><code>991f09c</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/bcbf4fe97b15251c3f09bd9d8ccae796afbc20f9";><code>bcbf4fe</code></a>
 Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7173";>#7173</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8fd42127f039654d3bb53f922c7107b805067241";><code>8fd4212</code></a>
 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7172";>#7172</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f42488e781f5f0a8a4ab48b1583c773e7dcf4211";><code>f42488e</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7166";>#7166</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/848e9a933ce3275fbe13579982fa2ef3664b22a7";><code>848e9a9</code></a>
 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7165";>#7165</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8e309f3728681c19ecb8e9192f6fc68dfbfe4d33";><code>8e309f3</code></a>
 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7162";>#7162</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0f9224f118685ddbc31bbdbe0748f1524bbe15a8";><code>0f9224f</code></a>
 docs: fix broken callout list structure in example blocks (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7148";>#7148</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.16.2...v1.16.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-observation` from 1.16.2 to 1.16.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-observation's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.16.3</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Add immutable noop Observation.Context <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7133";>#7133</a></li>
   <li>OSGi test isn't reporting failures <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7060";>#7060</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Docs: Align AsciiDoc callout syntax <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7148";>#7148</a></li>
   <li>Improve documentation of ExecutorServiceMetrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7083";>#7083</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7125";>#7125</a></li>
   <li>Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6802";>#6802</a></li>
   <li>Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7166";>#7166</a></li>
   <li>Bump dropwizard-metrics from 4.2.37 to 4.2.38 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7120";>#7120</a></li>
   <li>Bump gradle-wrapper from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7112";>#7112</a></li>
   <li>Bump grpc from 1.76.2 to 1.76.3 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7137";>#7137</a></li>
   <li>Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7124";>#7124</a></li>
   <li>Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7070";>#7070</a></li>
   <li>Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7101";>#7101</a></li>
   <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7126";>#7126</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a>, <a 
href="https://github.com/mateusz-nalepa";><code>@​mateusz-nalepa</code></a>, and 
<a href="https://github.com/tkmsaaaam";><code>@​tkmsaaaam</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/1963aacf64a369bfa318f590d046585fb024eab5";><code>1963aac</code></a>
 Downgrade Netty from 4.2.10 to 4.1.131 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7177";>#7177</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/aecd95d84c05afac79f69895a64025d706ba5ef7";><code>aecd95d</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/cd83609f06d0152c64c6445295d29b926177bd2f";><code>cd83609</code></a>
 Improve flakiness of StatsdMeterRegistryPublishTest (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7053";>#7053</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/991f09c4ccc163c2b22af53e6207085ffdd9de5c";><code>991f09c</code></a>
 Merge branch '1.15.x' into 1.16.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/bcbf4fe97b15251c3f09bd9d8ccae796afbc20f9";><code>bcbf4fe</code></a>
 Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7173";>#7173</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8fd42127f039654d3bb53f922c7107b805067241";><code>8fd4212</code></a>
 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7172";>#7172</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f42488e781f5f0a8a4ab48b1583c773e7dcf4211";><code>f42488e</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7166";>#7166</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/848e9a933ce3275fbe13579982fa2ef3664b22a7";><code>848e9a9</code></a>
 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7165";>#7165</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/8e309f3728681c19ecb8e9192f6fc68dfbfe4d33";><code>8e309f3</code></a>
 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7162";>#7162</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0f9224f118685ddbc31bbdbe0748f1524bbe15a8";><code>0f9224f</code></a>
 docs: fix broken callout list structure in example blocks (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7148";>#7148</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.16.2...v1.16.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-registry-prometheus` from 1.16.2 to 1.16.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-registry-prometheus's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.16.3</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Add immutable noop Observation.Context <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7133";>#7133</a></li>
   <li>OSGi test isn't reporting failures <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7060";>#7060</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Docs: Align AsciiDoc callout syntax <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7148";>#7148</a></li>
   <li>Improve documentation of ExecutorServiceMetrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7083";>#7083</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>...
   
   _Description has been truncated_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to