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

   Bumps `cxf.opentelemetry.version` from 1.34.1 to 1.39.0.
   Updates `io.opentelemetry:opentelemetry-bom` from 1.34.1 to 1.39.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.39.0</h2>
   <h3>API</h3>
   <h4>Incubator</h4>
   <ul>
   <li>BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect 
incubating API conventions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6497";>#6497</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Exporter</h4>
   <ul>
   <li>BREAKING: Serve prometheus metrics only on <code>/metrics</code> by 
default. To restore the previous behavior and serve metrics on all paths, 
override the default handler as <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java#L251-L259";>demonstrated
 here</a>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6476";>#6476</a>)</li>
   <li>Make OTLP exporter memory mode API public (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6469";>#6469</a>)</li>
   <li>Speed up OTLP string marshaling using sun.misc.Unsafe (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6433";>#6433</a>)</li>
   <li>Add exporter data classes for experimental profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6374";>#6374</a>)</li>
   <li>Start prometheus http server with daemon thread (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6472";>#6472</a>)</li>
   <li>Update the Prometheus metrics library and improve how units are included 
in metric names. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6473";>#6473</a>)</li>
   <li>Remove android animalsniffer check from prometheus exporter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6478";>#6478</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Load file config YAML using core schema, ensure that env var 
substitution retains string types. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6436";>#6436</a>)</li>
   <li>Define dedicated file configuration SPI ComponentProvider (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6457";>#6457</a>)</li>
   </ul>
   <h3>Tooling</h3>
   <ul>
   <li>Normalize timestamps and file ordering in jars, making the outputs 
reproducible (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6471";>#6471</a>)</li>
   <li>GHA for generating the post-release pull request (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6449";>#6449</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/crossoverJie";><code>@​crossoverJie</code></a>
   <a href="https://github.com/DPUkyle";><code>@​DPUkyle</code></a>
   <a href="https://github.com/fstab";><code>@​fstab</code></a>
   <a href="https://github.com/hboutemy";><code>@​hboutemy</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</code></a>
   <a href="https://github.com/jhalliday";><code>@​jhalliday</code></a>
   <a href="https://github.com/jkwatson";><code>@​jkwatson</code></a>
   <a href="https://github.com/laurit";><code>@​laurit</code></a>
   <a href="https://github.com/lizongwu";><code>@​lizongwu</code></a>
   <a href="https://github.com/nluk";><code>@​nluk</code></a>
   <a href="https://github.com/trask";><code>@​trask</code></a>
   <a href="https://github.com/zeitlinger";><code>@​zeitlinger</code></a></p>
   <h2>Version 1.38.0</h2>
   <h3>API</h3>
   <!-- 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.39.0 (2024-06-07)</h2>
   <h3>API</h3>
   <h4>Incubator</h4>
   <ul>
   <li>BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect 
incubating API conventions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6497";>#6497</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Exporter</h4>
   <ul>
   <li>BREAKING: Serve prometheus metrics only on <code>/metrics</code> by 
default. To restore the previous behavior
   and serve metrics on all paths, override the default handler
   as <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java#L251-L259";>demonstrated
 here</a>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6476";>#6476</a>)</li>
   <li>Make OTLP exporter memory mode API public
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6469";>#6469</a>)</li>
   <li>Speed up OTLP string marshaling using sun.misc.Unsafe
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6433";>#6433</a>)</li>
   <li>Add exporter data classes for experimental profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6374";>#6374</a>)</li>
   <li>Start prometheus http server with daemon thread
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6472";>#6472</a>)</li>
   <li>Update the Prometheus metrics library and improve how units are included 
in metric names.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6473";>#6473</a>)</li>
   <li>Remove android animalsniffer check from prometheus exporter
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6478";>#6478</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Load file config YAML using core schema, ensure that env var 
substitution retains string types.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6436";>#6436</a>)</li>
   <li>Define dedicated file configuration SPI ComponentProvider
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6457";>#6457</a>)</li>
   </ul>
   <h3>Tooling</h3>
   <ul>
   <li>Normalize timestamps and file ordering in jars, making the outputs 
reproducible
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6471";>#6471</a>)</li>
   <li>GHA for generating the post-release pull request
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6449";>#6449</a>)</li>
   </ul>
   <h2>Version 1.38.0 (2024-05-10)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize synchronous gauge
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6419";>#6419</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/96bb3bafb5ca1240b8d9598f8025c4be26e9ce78";><code>96bb3ba</code></a>
 [release/v1.39.x] Prepare release 1.39.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6508";>#6508</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/edbb475957869ff35614fbfe7c127bda4fb248fc";><code>edbb475</code></a>
 Prepare 1.39.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6506";>#6506</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/934da846f0733fd10872dedfef06019d026ca4d0";><code>934da84</code></a>
 Fix incubator docs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6505";>#6505</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d0b463dd6f5760e05dc0220d10d1885f91450fb2";><code>d0b463d</code></a>
 Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API 
conven...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/73646871e3b3b521d738fdccb7b491ef3f1f628f";><code>7364687</code></a>
 Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6501";>#6501</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/5a843989e2adbf34fd53e111bb31cfc5586b734c";><code>5a84398</code></a>
 Update dependency org.jctools:jctools-core to v4.0.5 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6500";>#6500</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a68349e2907c3cd7d7ba9d8eca3033f9e88aae2c";><code>a68349e</code></a>
 Update errorProneVersion to v2.28.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6489";>#6489</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e15eedc1ed6a3b20bc42d2716e0ea443f3082946";><code>e15eedc</code></a>
 Update dependency com.google.api.grpc:proto-google-common-protos to v2.40.0 
(...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/88be482c8ef6670f72f8e4295f56042320a8a4ab";><code>88be482</code></a>
 Update dependency gradle to v8.8 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6488";>#6488</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/915cb4d0a1ad64d977cdf5fa253b57bd1ba839a6";><code>915cb4d</code></a>
 Update dependency com.uber.nullaway:nullaway to v0.11.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6487";>#6487</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.34.1...v1.39.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-opentracing-shim` from 1.34.1 to 
1.39.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-opentracing-shim's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.39.0</h2>
   <h3>API</h3>
   <h4>Incubator</h4>
   <ul>
   <li>BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect 
incubating API conventions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6497";>#6497</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Exporter</h4>
   <ul>
   <li>BREAKING: Serve prometheus metrics only on <code>/metrics</code> by 
default. To restore the previous behavior and serve metrics on all paths, 
override the default handler as <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java#L251-L259";>demonstrated
 here</a>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6476";>#6476</a>)</li>
   <li>Make OTLP exporter memory mode API public (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6469";>#6469</a>)</li>
   <li>Speed up OTLP string marshaling using sun.misc.Unsafe (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6433";>#6433</a>)</li>
   <li>Add exporter data classes for experimental profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6374";>#6374</a>)</li>
   <li>Start prometheus http server with daemon thread (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6472";>#6472</a>)</li>
   <li>Update the Prometheus metrics library and improve how units are included 
in metric names. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6473";>#6473</a>)</li>
   <li>Remove android animalsniffer check from prometheus exporter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6478";>#6478</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Load file config YAML using core schema, ensure that env var 
substitution retains string types. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6436";>#6436</a>)</li>
   <li>Define dedicated file configuration SPI ComponentProvider (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6457";>#6457</a>)</li>
   </ul>
   <h3>Tooling</h3>
   <ul>
   <li>Normalize timestamps and file ordering in jars, making the outputs 
reproducible (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6471";>#6471</a>)</li>
   <li>GHA for generating the post-release pull request (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6449";>#6449</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/crossoverJie";><code>@​crossoverJie</code></a>
   <a href="https://github.com/DPUkyle";><code>@​DPUkyle</code></a>
   <a href="https://github.com/fstab";><code>@​fstab</code></a>
   <a href="https://github.com/hboutemy";><code>@​hboutemy</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</code></a>
   <a href="https://github.com/jhalliday";><code>@​jhalliday</code></a>
   <a href="https://github.com/jkwatson";><code>@​jkwatson</code></a>
   <a href="https://github.com/laurit";><code>@​laurit</code></a>
   <a href="https://github.com/lizongwu";><code>@​lizongwu</code></a>
   <a href="https://github.com/nluk";><code>@​nluk</code></a>
   <a href="https://github.com/trask";><code>@​trask</code></a>
   <a href="https://github.com/zeitlinger";><code>@​zeitlinger</code></a></p>
   <h2>Version 1.38.0</h2>
   <h3>API</h3>
   <!-- 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-opentracing-shim's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.39.0 (2024-06-07)</h2>
   <h3>API</h3>
   <h4>Incubator</h4>
   <ul>
   <li>BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect 
incubating API conventions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6497";>#6497</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Exporter</h4>
   <ul>
   <li>BREAKING: Serve prometheus metrics only on <code>/metrics</code> by 
default. To restore the previous behavior
   and serve metrics on all paths, override the default handler
   as <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java#L251-L259";>demonstrated
 here</a>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6476";>#6476</a>)</li>
   <li>Make OTLP exporter memory mode API public
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6469";>#6469</a>)</li>
   <li>Speed up OTLP string marshaling using sun.misc.Unsafe
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6433";>#6433</a>)</li>
   <li>Add exporter data classes for experimental profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6374";>#6374</a>)</li>
   <li>Start prometheus http server with daemon thread
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6472";>#6472</a>)</li>
   <li>Update the Prometheus metrics library and improve how units are included 
in metric names.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6473";>#6473</a>)</li>
   <li>Remove android animalsniffer check from prometheus exporter
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6478";>#6478</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Load file config YAML using core schema, ensure that env var 
substitution retains string types.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6436";>#6436</a>)</li>
   <li>Define dedicated file configuration SPI ComponentProvider
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6457";>#6457</a>)</li>
   </ul>
   <h3>Tooling</h3>
   <ul>
   <li>Normalize timestamps and file ordering in jars, making the outputs 
reproducible
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6471";>#6471</a>)</li>
   <li>GHA for generating the post-release pull request
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6449";>#6449</a>)</li>
   </ul>
   <h2>Version 1.38.0 (2024-05-10)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize synchronous gauge
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6419";>#6419</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/96bb3bafb5ca1240b8d9598f8025c4be26e9ce78";><code>96bb3ba</code></a>
 [release/v1.39.x] Prepare release 1.39.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6508";>#6508</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/edbb475957869ff35614fbfe7c127bda4fb248fc";><code>edbb475</code></a>
 Prepare 1.39.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6506";>#6506</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/934da846f0733fd10872dedfef06019d026ca4d0";><code>934da84</code></a>
 Fix incubator docs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6505";>#6505</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d0b463dd6f5760e05dc0220d10d1885f91450fb2";><code>d0b463d</code></a>
 Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API 
conven...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/73646871e3b3b521d738fdccb7b491ef3f1f628f";><code>7364687</code></a>
 Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6501";>#6501</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/5a843989e2adbf34fd53e111bb31cfc5586b734c";><code>5a84398</code></a>
 Update dependency org.jctools:jctools-core to v4.0.5 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6500";>#6500</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a68349e2907c3cd7d7ba9d8eca3033f9e88aae2c";><code>a68349e</code></a>
 Update errorProneVersion to v2.28.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6489";>#6489</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e15eedc1ed6a3b20bc42d2716e0ea443f3082946";><code>e15eedc</code></a>
 Update dependency com.google.api.grpc:proto-google-common-protos to v2.40.0 
(...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/88be482c8ef6670f72f8e4295f56042320a8a4ab";><code>88be482</code></a>
 Update dependency gradle to v8.8 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6488";>#6488</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/915cb4d0a1ad64d977cdf5fa253b57bd1ba839a6";><code>915cb4d</code></a>
 Update dependency com.uber.nullaway:nullaway to v0.11.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6487";>#6487</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.34.1...v1.39.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to