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

   Bumps the all group with 11 updates in the / directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[org.conscrypt:conscrypt-openjdk-uber](https://github.com/google/conscrypt) | 
`2.6.1` | `2.6.3` |
   | 
[com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket)
 | `2.10.1` | `2.11.0` |
   | [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) | 
`1.5.7-11` | `1.5.7-15` |
   | 
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer-commercial)
 | `1.17.0` | `1.17.1` |
   | 
[io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer-commercial)
 | `1.17.0` | `1.17.1` |
   | 
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer-commercial)
 | `1.17.0` | `1.17.1` |
   | 
[io.micrometer:micrometer-tracing](https://github.com/micrometer-metrics/tracing-commercial)
 | `1.7.0` | `1.7.1` |
   | 
[io.micrometer:micrometer-tracing-bridge-otel](https://github.com/micrometer-metrics/tracing-commercial)
 | `1.7.0` | `1.7.1` |
   | 
[io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java)
 | `1.64.0` | `1.65.0` |
   | 
[org.apache.maven.plugins:maven-toolchains-plugin](https://github.com/apache/maven-toolchains-plugin)
 | `3.2.0` | `3.3.0` |
   | org.apache.maven:apache-maven | `3.9.14` | `3.9.16` |
   
   
   Updates `org.conscrypt:conscrypt-openjdk-uber` from 2.6.1 to 2.6.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/google/conscrypt/releases";>org.conscrypt:conscrypt-openjdk-uber's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.6.3</h2>
   <p>This release uses the same Conscrypt source code as release 2.6.2, but 
the maven binary was compiled with this boringssl version:
   <a 
href="https://boringssl.googlesource.com/boringssl/+/refs/tags/0.20260616.0";>https://boringssl.googlesource.com/boringssl/+/refs/tags/0.20260616.0</a></p>
   <p>This should fix <a 
href="https://redirect.github.com/google/conscrypt/issues/1530";>google/conscrypt#1530</a></p>
   <h2>v2.6.2</h2>
   <ul>
   <li>Fixes <a 
href="https://redirect.github.com/google/conscrypt/issues/1526";>google/conscrypt#1526</a></li>
   <li>Now only requires GLIBC_2.14, which fixes <a 
href="https://redirect.github.com/robolectric/robolectric/issues/11362";>robolectric/robolectric#11362</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/google/conscrypt/commit/657e1c64c46961bcc48e7302e42ebc02d6632645";><code>657e1c6</code></a>
 Use an Ubuntu 20.04 container to build Concrypt on GitHub CI, and make Make 
a...</li>
   <li><a 
href="https://github.com/google/conscrypt/commit/44a36308a64e3f872192baabd7c3b5819dc618a2";><code>44a3630</code></a>
 Close contexts after each test in SSLEngineVersionCompatibilityTest. (<a 
href="https://redirect.github.com/google/conscrypt/issues/1524";>#1524</a>)</li>
   <li>See full diff in <a 
href="https://github.com/google/conscrypt/compare/2.6.1...2.6.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.kohlschutter.junixsocket:junixsocket-core` from 2.10.1 to 2.11.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/kohlschutter/junixsocket/releases";>com.kohlschutter.junixsocket:junixsocket-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>junixsocket 2.11.0</h2>
   <ul>
   <li>New module: junixsocket-memory (Java 22+): SharedMemory/mmap, POSIX shm, 
futex-based Mutexes, memfd, etc.</li>
   <li>Remove junixsocket-jetty support for Jetty 12.0.x and older (breaking 
change)</li>
   <li>Add several new exceptions (subclasses of IOException / 
SocketException)</li>
   <li>Add FileChannelSupplier for FileDescriptorCast</li>
   <li>Add support for Astral OS; native binary not included yet</li>
   <li>Add AFSocketCapability for send/receive timeout</li>
   <li>Add support for AF_SYSTEM CTLIOCGINFO (number of registered kernel 
control names)</li>
   <li>Improve/simplify check for AFServerSocket.isLocalSocketAddressValid</li>
   <li>Improve exception reporting upon &quot;accept&quot;</li>
   <li>Reduce possible local JNI refernce accumulation in poll</li>
   <li>Fix NullPointerException in AFSelector</li>
   <li>Fix spurious Connection-Refused in AFSocketImpl.connect</li>
   <li>Fix AFSocketChannel.read returning 0 on EOF</li>
   <li>Fix VirtualThread issue on machines with 1 or 2 CPUs</li>
   <li>Fix spurious connect timeouts on Windows</li>
   <li>Fix for TIPC: Ignore EINVAL upon setsocketopt 
SOL_TIPC/TIPC_GROUP_LEAVE</li>
   <li>Improve selftest</li>
   <li>Code cleanup and other optimizations</li>
   <li>Update documentation</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/954836d347096a3fb5ec367b2f7d63076d827ca5";><code>954836d</code></a>
 memory: test: Fix futex wakeup assumptions</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/646a005e75345949e3841435d64bd6c048b6091e";><code>646a005</code></a>
 Set version to 2.11.0</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/593d9d2c33a6980583378a5bdf3f8c65e2b5d3be";><code>593d9d2</code></a>
 test: rmi: Fix testRemoteShutdownNotAllowed</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/c7e3f62322830e5dbfb229176968fd355c5cd11c";><code>c7e3f62</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/b776161daec2bb963d41c854bbd3820abf610d1c";><code>b776161</code></a>
 demo: Update PostgreSQL version</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/fccc3368ceae78f84cec2681d73dac435f45f22c";><code>fccc336</code></a>
 native: Clear JNI exceptions upon missing classes, fields</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/f3dbb95258dc2fcd3689db0a8f7c1ed7b4ea36a7";><code>f3dbb95</code></a>
 native: Fix possible local JNI reference accumulation in poll</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/9d55121db6b336124b58d4eab3ba843693dd8c12";><code>9d55121</code></a>
 native: Fix error handling for NewDirectByteBuffer</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/0adb3d967d906a9665deced16cedf33bbb323672";><code>0adb3d9</code></a>
 Update NOTICE/license message to cover 2026</li>
   <li><a 
href="https://github.com/kohlschutter/junixsocket/commit/fca8b04cedbe25360798205a0107cf4f5a066830";><code>fca8b04</code></a>
 rmi: Add graal config for sun.rmi.transport.tcp.TCPTransport</li>
   <li>Additional commits viewable in <a 
href="https://github.com/kohlschutter/junixsocket/compare/junixsocket-2.10.1...junixsocket-2.11.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.github.luben:zstd-jni` from 1.5.7-11 to 1.5.7-15
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/212ec905b12668b2a6f1e9a39e96f520a4c4506d";><code>212ec90</code></a>
 v1.5.7-15</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/f5a61ec61fe02d54a072f4f9d6f5a45cba5fd069";><code>f5a61ec</code></a>
 Simplify (and hopefully fix an error) in loading the native lib</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/3216860eea289fbbae0b191c0a4fd8b72dad949c";><code>3216860</code></a>
 Re-arange operations instead of widening to 64bits</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/2ba10c0dd9b708624ed23c79a7346096f15589ba";><code>2ba10c0</code></a>
 Fix int overflow</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/0d64de4dee6606ff506be36c7f2e714ad0c80fdb";><code>0d64de4</code></a>
 Add more checks and revert the AutoCloseBase.close() behaviour</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/efccbb7b02a297872deefc1a7ad3c16d42627fe6";><code>efccbb7</code></a>
 v1.5.7-14</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/d7a1c99322d5e1fc71932e722c0b5bb2fc525d3f";><code>d7a1c99</code></a>
 More guards</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/dd08685ef913a32e76fb27f43470035c06758646";><code>dd08685</code></a>
 More guards</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/27233687a35e4e41618b6f94ebbf4bc1fe2d846d";><code>2723368</code></a>
 ZstdDirectBufferCompressingStream: fix dict lifecycle</li>
   <li><a 
href="https://github.com/luben/zstd-jni/commit/f38f9a1563113d96d0fc38baee543f7457dd8a8e";><code>f38f9a1</code></a>
 More guards for non-null and closed streams</li>
   <li>Additional commits viewable in <a 
href="https://github.com/luben/zstd-jni/compare/v1.5.7-11...v1.5.7-15";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-core` from 1.17.0 to 1.17.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/micrometer-commercial/commits";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-observation` from 1.17.0 to 1.17.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/micrometer-commercial/commits";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-registry-prometheus` from 1.17.0 to 1.17.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/micrometer-commercial/commits";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-observation` from 1.17.0 to 1.17.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/micrometer-commercial/commits";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-registry-prometheus` from 1.17.0 to 1.17.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/micrometer-commercial/commits";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-tracing` from 1.7.0 to 1.7.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/tracing-commercial/commits";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.7.0 to 1.7.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/tracing-commercial/commits";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.7.0 to 1.7.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/micrometer-metrics/tracing-commercial/commits";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-bom` from 1.64.0 to 1.65.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677";>#8677</a>)</li>
   <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> 
warning logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428";>#8428</a>)</li>
   <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform 
default trust store (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565";>#8565</a>)</li>
   <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the 
low-allocation log marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493";>#8493</a>)</li>
   <li>OTLP: Standardize <code>OkHttpHttpSender</code>, 
<code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to 
await executor/channel termination (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495";>#8495</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627";>#8627</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624";>#8624</a>)</li>
   <li>OTLP: Log the underlying except/ion when a gRPC response frame is 
invalid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626";>#8626</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.65.0 (2026-08-07)</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was
   deprecated in a prior release. Users should migrate to OTLP or use a 
Zipkin-compatible collector
   exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>,
   <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>,
   <code>BoundDoubleGauge</code>) to the incubator metrics API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed
   tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based
   on string value of <code>AttributeKey.getKey()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default
   <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is 
shut down; <code>JaegerRemoteSampler</code> implements
   it to stop its polling executor
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/7bc11edca518d4de168230c84a71484a66cbac40";><code>7bc11ed</code></a>
 [release/v1.65.x] Prepare release 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705";>#8705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e";><code>60d7ecf</code></a>
 Prepare 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700";>#8700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91";><code>6d41aa4</code></a>
 Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177";><code>db1d6be</code></a>
 Enforce last-value-wins semantics in AttributesMap without performance 
regres...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca";><code>995cb3c</code></a>
 Avoid unsafe string encoder on Android (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637";>#8637</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531";><code>48b0185</code></a>
 Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632";>#8632</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b";><code>2009d58</code></a>
 Avoid exposing configuration values in errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669";>#8669</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148";><code>3cafbbb</code></a>
 Deprecate OpenCensus shim public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674";>#8674</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610";><code>0e033e2</code></a>
 Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641";>#8641</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590";><code>3d1cce8</code></a>
 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639";>#8639</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven.plugins:maven-toolchains-plugin` from 3.2.0 to 
3.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven-toolchains-plugin/releases";>org.apache.maven.plugins:maven-toolchains-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.3.0</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Discover additional JDKs on Windows (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/140";>#140</a>)
 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/143";>#143</a>)
 <a href="https://github.com/Okeanos";><code>@​Okeanos</code></a></li>
   <li>Log matching discovered toolchain as info in select-jdk-toolchain mojo 
(<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/144";>#144</a>)
 <a href="https://github.com/HannesWell";><code>@​HannesWell</code></a></li>
   <li>Add additional locations for auto-discovery to scan (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/130";>#130</a>)
 <a href="https://github.com/Okeanos";><code>@​Okeanos</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Fix matching against one of multiple env-variables pointing to one JDK 
(<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/148";>#148</a>)
 <a href="https://github.com/HannesWell";><code>@​HannesWell</code></a></li>
   <li>Fixes <a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/145";>#145</a>:
 JDKs installed by asdf are not discovered. (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/146";>#146</a>)
 <a href="https://github.com/mbutov";><code>@​mbutov</code></a></li>
   <li><a 
href="https://issues.apache.org/jira/browse/MTOOLCHAINS-53";>[MTOOLCHAINS-53]</a>
 - Fix possible NPE (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/54";>#54</a>)
 <a href="https://github.com/gnodet";><code>@​gnodet</code></a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>Update toolchains documentation to use JSR-330 terminology and links (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/165";>#165</a>)
 <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
   <li>Fix Maven site links in See Also menu (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/155";>#155</a>)
 <a href="https://github.com/euiwpoi";><code>@​euiwpoi</code></a></li>
   <li><a 
href="https://issues.apache.org/jira/browse/MNGSITE-529";>[MNGSITE-529]</a> - 
Rename &quot;Goals&quot; to &quot;Plugin Documentation&quot; (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/48";>#48</a>)
 <a href="https://github.com/Bukama";><code>@​Bukama</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>Replace Plexus XML configuration with JSR-330 annotated beans (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/160";>#160</a>)
 <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
   <li>Add .asf.yaml project metadata for ATR (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/158";>#158</a>)
 <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
   <li>Update site descriptors and download page content (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/159";>#159</a>)
 <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
   <li>feat: enable prevent branch protection rules (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/131";>#131</a>)
 <a href="https://github.com/sebtiem";><code>@​sebtiem</code></a></li>
   <li>Prefer Inject API over plexus-component-annotations (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/127";>#127</a>)
 <a href="https://github.com/olamy";><code>@​olamy</code></a></li>
   <li>Remove Jira URL (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/84";>#84</a>)
 <a href="https://github.com/sparsick";><code>@​sparsick</code></a></li>
   <li>Enable Github Issues (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/55";>#55</a>)
 <a href="https://github.com/Bukama";><code>@​Bukama</code></a></li>
   <li>Remove Java 5 references and clean up (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/24";>#24</a>)
 <a href="https://github.com/elharo";><code>@​elharo</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 
5 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/162";>#162</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml from 4 
to 5 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/161";>#161</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/163";>#163</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/164";>#164</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Update plexus-utils to 3.6.1 in IT dependencies (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/157";>#157</a>)
 <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a></li>
   <li>Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/156";>#156</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump mavenVersion from 3.9.15 to 3.9.16 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/154";>#154</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/153";>#153</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump mavenVersion from 3.9.14 to 3.9.15 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/151";>#151</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump mavenVersion from 3.9.13 to 3.9.14 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/149";>#149</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump mavenVersion from 3.9.12 to 3.9.13 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/147";>#147</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Update to 47 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/138";>#138</a>)
 <a href="https://github.com/Bukama";><code>@​Bukama</code></a></li>
   <li>Bump mavenVersion from 3.9.10 to 3.9.11 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/124";>#124</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/61";>#61</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump mavenVersion from 3.9.9 to 3.9.10 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/60";>#60</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li><a 
href="https://issues.apache.org/jira/browse/MTOOLCHAINS-64";>[MTOOLCHAINS-64]</a>
 - Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/52";>#52</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.junit:junit-bom from 5.12.0 to 5.12.1 (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/pull/51";>#51</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/52474c04f074dec34db005886bcba3f9c5db78f7";><code>52474c0</code></a>
 [maven-release-plugin] prepare release maven-toolchains-plugin-3.3.0</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/39e84b2e86751264f4cc89be87ea8d9a93c2fdca";><code>39e84b2</code></a>
 Update toolchains documentation to use JSR-330 terminology and links (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/165";>#165</a>)</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/a213292b980768a480bd87bb271d772c2b215906";><code>a213292</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/2402d77e3d12719fa18b1e08f66635287ec42d0f";><code>2402d77</code></a>
 Replace Plexus XML configuration with JSR-330 annotated beans (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/160";>#160</a>)</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/ab80fc840732538637f13c8082b2d01b2d2dc2ce";><code>ab80fc8</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/161";>#161</a>)</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/525f40c3ff59a6acce3598334e5843260d61d98e";><code>525f40c</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/163";>#163</a>)</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/d3960b93d3c59dd47ac4e60f74715ae31c1f7b6c";><code>d3960b9</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (<a 
href="https://redirect.github.com/apache/maven-toolchains-plugin/issues/164";>#164</a>)</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/e0b39a6ca45d9b78a5065c3bcc2dad4a0949f816";><code>e0b39a6</code></a>
 Add .asf.yaml project metadata for ATR</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/e53bcec19fb51c7097050c841171043eab90920f";><code>e53bcec</code></a>
 Add tag-template to release-drafter config</li>
   <li><a 
href="https://github.com/apache/maven-toolchains-plugin/commit/df6df088f12ba10e29f3109a8573e6374b65bb2a";><code>df6df08</code></a>
 Update site descriptors and download page content</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven-toolchains-plugin/compare/maven-toolchains-plugin-3.2.0...maven-toolchains-plugin-3.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:apache-maven` from 3.9.14 to 3.9.16
   
   
   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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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]


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

Reply via email to