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

   Bumps `cxf.zipkin-reporter.version` from 2.16.5 to 2.17.0.
   Updates `io.zipkin.reporter2:zipkin-reporter-brave` from 2.16.5 to 2.17.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/openzipkin/zipkin-reporter-java/releases";>io.zipkin.reporter2:zipkin-reporter-brave's
 releases</a>.</em></p>
   <blockquote>
   <h2>Zipkin Reporter 2.17.0</h2>
   <p>Zipkin Reporter v2.17.0 updates default versions of dependencies so that 
CVE scanners like <a 
href="https://aquasecurity.github.io/trivy/latest/";>trivy</a> pass by default. 
Details below for the interested.</p>
   <p>For example, trivy is now clean.</p>
   <pre><code>$ trivy -q --skip-files &quot;**/src/it/*/pom.xml&quot; repo 
https://github.com/openzipkin/zipkin-reporter-java
   </code></pre>
   <p>In order to do this, and based on user demand, we had to change some 
default practice in our senders (the transport plug-in for sending spans to a 
zipkin compatible endpoint). Here is a summary of each and how versions are 
handled.</p>
   <ul>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/activemq-client";>activemq-client</a>
 - Note that the recently released 6.x version is not compatible with 5.x due 
to package import change from javax.jms to jakarta.jms. Raise an issue if you 
need a later client as it will require a copy of the entire module to 
resolve.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/amqp-client";>amqp-client</a>
  (rabbitmq) - The 4.x version is no longer maintained, so we set a 5.x version 
and test the old one.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/kafka";>kafka</a>
 - the kafka-clients driver has not had any known compatibility problems, so 
we've left it as-is.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/libthrift";>libthrift</a>
 (scribe) - libthrift (used for the deprecated scribe transport) has never 
released a 1.0 version, so occasionally causes revlocks. <a 
href="https://github.com/zhfeng";><code>@​zhfeng</code></a> noticed this in 
apache camel, as updating past the 4 year old 0.13 was impossible to work 
around. Luckily versions after that seem compatible with each other.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/okhttp3";>okhttp3</a>
 - The 3.x version is no longer maintained, so we set a 4.x version and test 
the old one. Thanks <a 
href="https://github.com/evantorrie";><code>@​evantorrie</code></a> for 
explaining why this is important and <a 
href="https://github.com/shakuzen";><code>@​shakuzen</code></a> for helping in 
the discussion.</li>
   </ul>
   <p>While not end-user affecting, we have also <a 
href="https://github.com/openrewrite/rewrite-docs/blob/master/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5.md";>migrated
 from JUnit 4 to JUnit 5</a>, thanks to OpenRewrite recipes from <a 
href="https://github.com/TeamModerne";><code>@​TeamModerne</code></a>. Also, we 
use docker images to test all messaging transports. This ensures compatibility 
with upstream in transparent ways, and also removes classpath conflicts from 
java-based messaging transports such as ActiveMQ and Kafka.</p>
   <p>Thanks a lot to <a 
href="https://github.com/anuraaga";><code>@​anuraaga</code></a> for copious 
support work on this release, as well.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/2.16.5...2.17.0";>https://github.com/openzipkin/zipkin-reporter-java/compare/2.16.5...2.17.0</a></p>
   <p>Note: To pass Trivy at the moment, we have to skip old versions used only 
for compatibility testing. There is a <a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/228";>discussion</a>
 about making this default.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/RELEASE.md";>io.zipkin.reporter2:zipkin-reporter-brave's
 changelog</a>.</em></p>
   <blockquote>
   <h1>OpenZipkin Release Process</h1>
   <p>This repo uses semantic versions. Please keep this in mind when choosing 
version numbers.</p>
   <ol>
   <li>
   <p><strong>Alert others you are releasing</strong></p>
   <p>There should be no commits made to master while the release is in 
progress (about 10 minutes). Before you start
   a release, alert others on <a 
href="https://gitter.im/openzipkin/zipkin";>gitter</a> so that they don't 
accidentally merge
   anything. If they do, and the build fails because of that, you'll have to 
recreate the release tag described below.</p>
   </li>
   <li>
   <p><strong>Push a git tag</strong></p>
   <p>The trigger format is <code>release-MAJOR.MINOR.PATCH</code>, ex 
<code>git tag release-1.18.1 &amp;&amp; git push origin 
release-1.18.1</code>.</p>
   </li>
   <li>
   <p><strong>Wait for CI</strong></p>
   <p>The <code>release-MAJOR.MINOR.PATCH</code> tag triggers <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_release";><code>https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_release</code></a>,
   which creates commits, <code>MAJOR.MINOR.PATCH</code> tag, and increments 
the version (maven-release-plugin).</p>
   <p>The <code>MAJOR.MINOR.PATCH</code> tag triggers <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/deploy";><code>https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/deploy</code></a>,
 which does the following:</p>
   <ul>
   <li>Publishes jars to <a 
href="https://oss.sonatype.org/content/repositories/releases";>https://oss.sonatype.org/content/repositories/releases</a>
 <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_deploy";><code>https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_deploy</code></a>
   <ul>
   <li>Later, the same jars synchronize to Maven Central</li>
   </ul>
   </li>
   </ul>
   <p>Notes:</p>
   <ul>
   <li><a href="https://search.maven.org/";>https://search.maven.org/</a> index 
will take longer than direct links like <a 
href="https://repo1.maven.org/maven2/io/zipkin";>https://repo1.maven.org/maven2/io/zipkin</a></li>
   </ul>
   </li>
   </ol>
   <h2>Credentials</h2>
   <p>The release process uses various credentials. If you notice something 
failing due to unauthorized,
   look at the notes in [.github/workflows/deploy.yml] and check the <a 
href="https://github.com/organizations/openzipkin/settings/secrets/actions";>org 
secrets</a>.</p>
   <h3>Troubleshooting invalid credentials</h3>
   <p>If you receive a '401 unauthorized' failure from OSSRH, it is likely
   <code>SONATYPE_USER</code> or <code>SONATYPE_PASSWORD</code> entries are 
invalid, or possibly the
   user associated with them does not have rights to upload.</p>
   <p>The least destructive test is to try to publish a snapshot manually. By 
passing
   the values CI would use, you can kick off a snapshot from your laptop. This
   is a good way to validate that your unencrypted credentials are 
authorized.</p>
   <p>Here's an example of a snapshot deploy with specified credentials.</p>
   <pre lang="bash"><code>$ export GPG_TTY=$(tty) &amp;&amp; 
GPG_PASSPHRASE=whackamole SONATYPE_USER=adrianmole 
SONATYPE_PASSWORD=ed6f20bde9123bbb2312b221 
build-bin/build-bin/maven/maven_deploy
   </code></pre>
   <h2>First release of the year</h2>
   <p>The license plugin verifies license headers of files include a copyright 
notice indicating the years a file was affected.
   This information is taken from git history. There's a once-a-year problem 
with files that include version numbers (pom.xml).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/d21c18e35730b1b099c2b145396a18f4fae36afd";><code>d21c18e</code></a>
 [maven-release-plugin] prepare release 2.17.0</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/e8f20525554a279819315900b28ca8300b4bf179";><code>e8f2052</code></a>
 deps: bumps to zipkin 2.25.1 (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/227";>#227</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/555bdc4081ea40bad70f751f6042efb7ce6470cf";><code>555bdc4</code></a>
 benchmarks: replace kafka-unit with docker (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/226";>#226</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/077737c2e4f6be3114ce73cc3dcbef0f48d6ece3";><code>077737c</code></a>
 amqp-client: moves to latest version and tests prior (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/225";>#225</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/8e86704c6256f21767b5356db21251093a202d05";><code>8e86704</code></a>
 updates integration tests and benchmarks to use log4j (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/224";>#224</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/70d7855442ca7966af4c8bf1cad95363d7f6a55c";><code>70d7855</code></a>
 okhttp3: pins main version to 4.x and tests 3.x in invoker (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/223";>#223</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/963caa4c0024b4c15c2dca6a2b9e6c7ebe686ccf";><code>963caa4</code></a>
 refactor: migrates from JUnit 4 to JUnit 5 (Jupiter) (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/222";>#222</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/fc521af04bf8e02870d6bf5937180a87b180dfb6";><code>fc521af</code></a>
 ci: moves to zipkin's rabbitmq image (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/219";>#219</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/4926501ad4425354a327465988381a1cf27db174";><code>4926501</code></a>
 ci: moves ActiveMQ to docker based tests (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/220";>#220</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/646427bbfb838bc81e73639cd981f6dd22c8b398";><code>646427b</code></a>
 deps: updates to latest notably zipkin (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/221";>#221</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/2.16.5...2.17.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.zipkin.reporter2:zipkin-sender-urlconnection` from 2.16.5 to 
2.17.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/openzipkin/zipkin-reporter-java/releases";>io.zipkin.reporter2:zipkin-sender-urlconnection's
 releases</a>.</em></p>
   <blockquote>
   <h2>Zipkin Reporter 2.17.0</h2>
   <p>Zipkin Reporter v2.17.0 updates default versions of dependencies so that 
CVE scanners like <a 
href="https://aquasecurity.github.io/trivy/latest/";>trivy</a> pass by default. 
Details below for the interested.</p>
   <p>For example, trivy is now clean.</p>
   <pre><code>$ trivy -q --skip-files &quot;**/src/it/*/pom.xml&quot; repo 
https://github.com/openzipkin/zipkin-reporter-java
   </code></pre>
   <p>In order to do this, and based on user demand, we had to change some 
default practice in our senders (the transport plug-in for sending spans to a 
zipkin compatible endpoint). Here is a summary of each and how versions are 
handled.</p>
   <ul>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/activemq-client";>activemq-client</a>
 - Note that the recently released 6.x version is not compatible with 5.x due 
to package import change from javax.jms to jakarta.jms. Raise an issue if you 
need a later client as it will require a copy of the entire module to 
resolve.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/amqp-client";>amqp-client</a>
  (rabbitmq) - The 4.x version is no longer maintained, so we set a 5.x version 
and test the old one.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/kafka";>kafka</a>
 - the kafka-clients driver has not had any known compatibility problems, so 
we've left it as-is.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/libthrift";>libthrift</a>
 (scribe) - libthrift (used for the deprecated scribe transport) has never 
released a 1.0 version, so occasionally causes revlocks. <a 
href="https://github.com/zhfeng";><code>@​zhfeng</code></a> noticed this in 
apache camel, as updating past the 4 year old 0.13 was impossible to work 
around. Luckily versions after that seem compatible with each other.</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/tree/master/okhttp3";>okhttp3</a>
 - The 3.x version is no longer maintained, so we set a 4.x version and test 
the old one. Thanks <a 
href="https://github.com/evantorrie";><code>@​evantorrie</code></a> for 
explaining why this is important and <a 
href="https://github.com/shakuzen";><code>@​shakuzen</code></a> for helping in 
the discussion.</li>
   </ul>
   <p>While not end-user affecting, we have also <a 
href="https://github.com/openrewrite/rewrite-docs/blob/master/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5.md";>migrated
 from JUnit 4 to JUnit 5</a>, thanks to OpenRewrite recipes from <a 
href="https://github.com/TeamModerne";><code>@​TeamModerne</code></a>. Also, we 
use docker images to test all messaging transports. This ensures compatibility 
with upstream in transparent ways, and also removes classpath conflicts from 
java-based messaging transports such as ActiveMQ and Kafka.</p>
   <p>Thanks a lot to <a 
href="https://github.com/anuraaga";><code>@​anuraaga</code></a> for copious 
support work on this release, as well.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/2.16.5...2.17.0";>https://github.com/openzipkin/zipkin-reporter-java/compare/2.16.5...2.17.0</a></p>
   <p>Note: To pass Trivy at the moment, we have to skip old versions used only 
for compatibility testing. There is a <a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/228";>discussion</a>
 about making this default.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/RELEASE.md";>io.zipkin.reporter2:zipkin-sender-urlconnection's
 changelog</a>.</em></p>
   <blockquote>
   <h1>OpenZipkin Release Process</h1>
   <p>This repo uses semantic versions. Please keep this in mind when choosing 
version numbers.</p>
   <ol>
   <li>
   <p><strong>Alert others you are releasing</strong></p>
   <p>There should be no commits made to master while the release is in 
progress (about 10 minutes). Before you start
   a release, alert others on <a 
href="https://gitter.im/openzipkin/zipkin";>gitter</a> so that they don't 
accidentally merge
   anything. If they do, and the build fails because of that, you'll have to 
recreate the release tag described below.</p>
   </li>
   <li>
   <p><strong>Push a git tag</strong></p>
   <p>The trigger format is <code>release-MAJOR.MINOR.PATCH</code>, ex 
<code>git tag release-1.18.1 &amp;&amp; git push origin 
release-1.18.1</code>.</p>
   </li>
   <li>
   <p><strong>Wait for CI</strong></p>
   <p>The <code>release-MAJOR.MINOR.PATCH</code> tag triggers <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_release";><code>https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_release</code></a>,
   which creates commits, <code>MAJOR.MINOR.PATCH</code> tag, and increments 
the version (maven-release-plugin).</p>
   <p>The <code>MAJOR.MINOR.PATCH</code> tag triggers <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/deploy";><code>https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/deploy</code></a>,
 which does the following:</p>
   <ul>
   <li>Publishes jars to <a 
href="https://oss.sonatype.org/content/repositories/releases";>https://oss.sonatype.org/content/repositories/releases</a>
 <a 
href="https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_deploy";><code>https://github.com/openzipkin/zipkin-reporter-java/blob/master/build-bin/maven/maven_deploy</code></a>
   <ul>
   <li>Later, the same jars synchronize to Maven Central</li>
   </ul>
   </li>
   </ul>
   <p>Notes:</p>
   <ul>
   <li><a href="https://search.maven.org/";>https://search.maven.org/</a> index 
will take longer than direct links like <a 
href="https://repo1.maven.org/maven2/io/zipkin";>https://repo1.maven.org/maven2/io/zipkin</a></li>
   </ul>
   </li>
   </ol>
   <h2>Credentials</h2>
   <p>The release process uses various credentials. If you notice something 
failing due to unauthorized,
   look at the notes in [.github/workflows/deploy.yml] and check the <a 
href="https://github.com/organizations/openzipkin/settings/secrets/actions";>org 
secrets</a>.</p>
   <h3>Troubleshooting invalid credentials</h3>
   <p>If you receive a '401 unauthorized' failure from OSSRH, it is likely
   <code>SONATYPE_USER</code> or <code>SONATYPE_PASSWORD</code> entries are 
invalid, or possibly the
   user associated with them does not have rights to upload.</p>
   <p>The least destructive test is to try to publish a snapshot manually. By 
passing
   the values CI would use, you can kick off a snapshot from your laptop. This
   is a good way to validate that your unencrypted credentials are 
authorized.</p>
   <p>Here's an example of a snapshot deploy with specified credentials.</p>
   <pre lang="bash"><code>$ export GPG_TTY=$(tty) &amp;&amp; 
GPG_PASSPHRASE=whackamole SONATYPE_USER=adrianmole 
SONATYPE_PASSWORD=ed6f20bde9123bbb2312b221 
build-bin/build-bin/maven/maven_deploy
   </code></pre>
   <h2>First release of the year</h2>
   <p>The license plugin verifies license headers of files include a copyright 
notice indicating the years a file was affected.
   This information is taken from git history. There's a once-a-year problem 
with files that include version numbers (pom.xml).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/d21c18e35730b1b099c2b145396a18f4fae36afd";><code>d21c18e</code></a>
 [maven-release-plugin] prepare release 2.17.0</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/e8f20525554a279819315900b28ca8300b4bf179";><code>e8f2052</code></a>
 deps: bumps to zipkin 2.25.1 (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/227";>#227</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/555bdc4081ea40bad70f751f6042efb7ce6470cf";><code>555bdc4</code></a>
 benchmarks: replace kafka-unit with docker (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/226";>#226</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/077737c2e4f6be3114ce73cc3dcbef0f48d6ece3";><code>077737c</code></a>
 amqp-client: moves to latest version and tests prior (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/225";>#225</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/8e86704c6256f21767b5356db21251093a202d05";><code>8e86704</code></a>
 updates integration tests and benchmarks to use log4j (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/224";>#224</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/70d7855442ca7966af4c8bf1cad95363d7f6a55c";><code>70d7855</code></a>
 okhttp3: pins main version to 4.x and tests 3.x in invoker (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/223";>#223</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/963caa4c0024b4c15c2dca6a2b9e6c7ebe686ccf";><code>963caa4</code></a>
 refactor: migrates from JUnit 4 to JUnit 5 (Jupiter) (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/222";>#222</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/fc521af04bf8e02870d6bf5937180a87b180dfb6";><code>fc521af</code></a>
 ci: moves to zipkin's rabbitmq image (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/219";>#219</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/4926501ad4425354a327465988381a1cf27db174";><code>4926501</code></a>
 ci: moves ActiveMQ to docker based tests (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/220";>#220</a>)</li>
   <li><a 
href="https://github.com/openzipkin/zipkin-reporter-java/commit/646427bbfb838bc81e73639cd981f6dd22c8b398";><code>646427b</code></a>
 deps: updates to latest notably zipkin (<a 
href="https://redirect.github.com/openzipkin/zipkin-reporter-java/issues/221";>#221</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/openzipkin/zipkin-reporter-java/compare/2.16.5...2.17.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