dependabot[bot] opened a new pull request, #17500: URL: https://github.com/apache/camel/pull/17500
Bumps `spring-ws-version` from 4.0.11 to 4.0.12. Updates `org.springframework.ws:spring-ws-core` from 4.0.11 to 4.0.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ws/releases">org.springframework.ws:spring-ws-core's releases</a>.</em></p> <blockquote> <h2>v4.0.12</h2> <h2>:star: New Features</h2> <ul> <li>Allow usage of XMLUnit placeholders in request and response matchers <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1417">#1417</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>The default version of Spring Security is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1500">#1500</a></li> <li>The default version of Spring Framework is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1499">#1499</a></li> <li>DelegatingWsConfiguration should load WsConfigurer lazily <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1477">#1477</a></li> <li>spring-ws and spring-ws-support should not have transitive dependencies on Java API and implementation <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1462">#1462</a></li> <li>Connection timeout in HttpComponents5MessageSender is not respected <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1436">#1436</a></li> <li>WsConfigurer can trigger early initialization that prevents other post processors to run successfully <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1435">#1435</a></li> <li>SaajSoapMessageFactory should only split mime type header values <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1421">#1421</a></li> <li>LocationTransformerObjectSupport#transformLocation should not append port if it is already present <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1420">#1420</a></li> <li>DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it <a href="https://redirect.github.com/spring-projects/spring-ws/issues/622">#622</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Review reference guide <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1475">#1475</a></li> <li>Fix typos in security doc <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1452">#1452</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/flx5"><code>@flx5</code></a> and <a href="https://github.com/tdinev"><code>@tdinev</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ws/commit/4f70dbb731535d5b84cf7dd31d0dc7b36004cc0d"><code>4f70dbb</code></a> Release v4.0.12</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/bee8398ea81b99cd1be64ac09fdea2b5b52aca64"><code>bee8398</code></a> Disable generation of Gradle module metadata so it is not published</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/e730e53c4f5a424c1c767183c7babe5b393e31e2"><code>e730e53</code></a> Configure description, name, and URL in published poms</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/99584d3f685db9168699b08dbfbe5d7bca757608"><code>99584d3</code></a> Use Spring Security 6.3.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/c32f65e4e31ad18b7e94ba92ae986e583959f6a8"><code>c32f65e</code></a> Add support for compatibility tests</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/016bb137e16cb97c75ae1370fb6f0e67bb5e30ba"><code>016bb13</code></a> Use Spring Framework 6.1.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/eeccbce5b8675a1ef404b286cb782926226d1717"><code>eeccbce</code></a> Harmonize code format</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/3463205b8c4f3c08d0fd3043bae8e92cac085f3e"><code>3463205</code></a> Apply connection timeout correctly</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/27448678942d29360dfe4aa09a49d022eab604d7"><code>2744867</code></a> Remove dependency on Spring HATEOAS</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/9a9fe4190202ca7da36ca30bcc938aca81a41ece"><code>9a9fe41</code></a> Adapt integration test to use recent HttpClient version</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ws/compare/v4.0.11...v4.0.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.ws:spring-ws-support` from 4.0.11 to 4.0.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ws/releases">org.springframework.ws:spring-ws-support's releases</a>.</em></p> <blockquote> <h2>v4.0.12</h2> <h2>:star: New Features</h2> <ul> <li>Allow usage of XMLUnit placeholders in request and response matchers <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1417">#1417</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>The default version of Spring Security is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1500">#1500</a></li> <li>The default version of Spring Framework is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1499">#1499</a></li> <li>DelegatingWsConfiguration should load WsConfigurer lazily <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1477">#1477</a></li> <li>spring-ws and spring-ws-support should not have transitive dependencies on Java API and implementation <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1462">#1462</a></li> <li>Connection timeout in HttpComponents5MessageSender is not respected <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1436">#1436</a></li> <li>WsConfigurer can trigger early initialization that prevents other post processors to run successfully <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1435">#1435</a></li> <li>SaajSoapMessageFactory should only split mime type header values <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1421">#1421</a></li> <li>LocationTransformerObjectSupport#transformLocation should not append port if it is already present <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1420">#1420</a></li> <li>DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it <a href="https://redirect.github.com/spring-projects/spring-ws/issues/622">#622</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Review reference guide <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1475">#1475</a></li> <li>Fix typos in security doc <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1452">#1452</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/flx5"><code>@flx5</code></a> and <a href="https://github.com/tdinev"><code>@tdinev</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ws/commit/4f70dbb731535d5b84cf7dd31d0dc7b36004cc0d"><code>4f70dbb</code></a> Release v4.0.12</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/bee8398ea81b99cd1be64ac09fdea2b5b52aca64"><code>bee8398</code></a> Disable generation of Gradle module metadata so it is not published</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/e730e53c4f5a424c1c767183c7babe5b393e31e2"><code>e730e53</code></a> Configure description, name, and URL in published poms</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/99584d3f685db9168699b08dbfbe5d7bca757608"><code>99584d3</code></a> Use Spring Security 6.3.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/c32f65e4e31ad18b7e94ba92ae986e583959f6a8"><code>c32f65e</code></a> Add support for compatibility tests</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/016bb137e16cb97c75ae1370fb6f0e67bb5e30ba"><code>016bb13</code></a> Use Spring Framework 6.1.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/eeccbce5b8675a1ef404b286cb782926226d1717"><code>eeccbce</code></a> Harmonize code format</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/3463205b8c4f3c08d0fd3043bae8e92cac085f3e"><code>3463205</code></a> Apply connection timeout correctly</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/27448678942d29360dfe4aa09a49d022eab604d7"><code>2744867</code></a> Remove dependency on Spring HATEOAS</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/9a9fe4190202ca7da36ca30bcc938aca81a41ece"><code>9a9fe41</code></a> Adapt integration test to use recent HttpClient version</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ws/compare/v4.0.11...v4.0.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.ws:spring-ws-security` from 4.0.11 to 4.0.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ws/releases">org.springframework.ws:spring-ws-security's releases</a>.</em></p> <blockquote> <h2>v4.0.12</h2> <h2>:star: New Features</h2> <ul> <li>Allow usage of XMLUnit placeholders in request and response matchers <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1417">#1417</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>The default version of Spring Security is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1500">#1500</a></li> <li>The default version of Spring Framework is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1499">#1499</a></li> <li>DelegatingWsConfiguration should load WsConfigurer lazily <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1477">#1477</a></li> <li>spring-ws and spring-ws-support should not have transitive dependencies on Java API and implementation <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1462">#1462</a></li> <li>Connection timeout in HttpComponents5MessageSender is not respected <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1436">#1436</a></li> <li>WsConfigurer can trigger early initialization that prevents other post processors to run successfully <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1435">#1435</a></li> <li>SaajSoapMessageFactory should only split mime type header values <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1421">#1421</a></li> <li>LocationTransformerObjectSupport#transformLocation should not append port if it is already present <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1420">#1420</a></li> <li>DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it <a href="https://redirect.github.com/spring-projects/spring-ws/issues/622">#622</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Review reference guide <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1475">#1475</a></li> <li>Fix typos in security doc <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1452">#1452</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/flx5"><code>@flx5</code></a> and <a href="https://github.com/tdinev"><code>@tdinev</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ws/commit/4f70dbb731535d5b84cf7dd31d0dc7b36004cc0d"><code>4f70dbb</code></a> Release v4.0.12</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/bee8398ea81b99cd1be64ac09fdea2b5b52aca64"><code>bee8398</code></a> Disable generation of Gradle module metadata so it is not published</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/e730e53c4f5a424c1c767183c7babe5b393e31e2"><code>e730e53</code></a> Configure description, name, and URL in published poms</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/99584d3f685db9168699b08dbfbe5d7bca757608"><code>99584d3</code></a> Use Spring Security 6.3.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/c32f65e4e31ad18b7e94ba92ae986e583959f6a8"><code>c32f65e</code></a> Add support for compatibility tests</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/016bb137e16cb97c75ae1370fb6f0e67bb5e30ba"><code>016bb13</code></a> Use Spring Framework 6.1.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/eeccbce5b8675a1ef404b286cb782926226d1717"><code>eeccbce</code></a> Harmonize code format</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/3463205b8c4f3c08d0fd3043bae8e92cac085f3e"><code>3463205</code></a> Apply connection timeout correctly</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/27448678942d29360dfe4aa09a49d022eab604d7"><code>2744867</code></a> Remove dependency on Spring HATEOAS</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/9a9fe4190202ca7da36ca30bcc938aca81a41ece"><code>9a9fe41</code></a> Adapt integration test to use recent HttpClient version</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ws/compare/v4.0.11...v4.0.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.ws:spring-ws-test` from 4.0.11 to 4.0.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ws/releases">org.springframework.ws:spring-ws-test's releases</a>.</em></p> <blockquote> <h2>v4.0.12</h2> <h2>:star: New Features</h2> <ul> <li>Allow usage of XMLUnit placeholders in request and response matchers <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1417">#1417</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>The default version of Spring Security is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1500">#1500</a></li> <li>The default version of Spring Framework is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1499">#1499</a></li> <li>DelegatingWsConfiguration should load WsConfigurer lazily <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1477">#1477</a></li> <li>spring-ws and spring-ws-support should not have transitive dependencies on Java API and implementation <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1462">#1462</a></li> <li>Connection timeout in HttpComponents5MessageSender is not respected <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1436">#1436</a></li> <li>WsConfigurer can trigger early initialization that prevents other post processors to run successfully <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1435">#1435</a></li> <li>SaajSoapMessageFactory should only split mime type header values <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1421">#1421</a></li> <li>LocationTransformerObjectSupport#transformLocation should not append port if it is already present <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1420">#1420</a></li> <li>DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it <a href="https://redirect.github.com/spring-projects/spring-ws/issues/622">#622</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Review reference guide <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1475">#1475</a></li> <li>Fix typos in security doc <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1452">#1452</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/flx5"><code>@flx5</code></a> and <a href="https://github.com/tdinev"><code>@tdinev</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ws/commit/4f70dbb731535d5b84cf7dd31d0dc7b36004cc0d"><code>4f70dbb</code></a> Release v4.0.12</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/bee8398ea81b99cd1be64ac09fdea2b5b52aca64"><code>bee8398</code></a> Disable generation of Gradle module metadata so it is not published</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/e730e53c4f5a424c1c767183c7babe5b393e31e2"><code>e730e53</code></a> Configure description, name, and URL in published poms</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/99584d3f685db9168699b08dbfbe5d7bca757608"><code>99584d3</code></a> Use Spring Security 6.3.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/c32f65e4e31ad18b7e94ba92ae986e583959f6a8"><code>c32f65e</code></a> Add support for compatibility tests</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/016bb137e16cb97c75ae1370fb6f0e67bb5e30ba"><code>016bb13</code></a> Use Spring Framework 6.1.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/eeccbce5b8675a1ef404b286cb782926226d1717"><code>eeccbce</code></a> Harmonize code format</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/3463205b8c4f3c08d0fd3043bae8e92cac085f3e"><code>3463205</code></a> Apply connection timeout correctly</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/27448678942d29360dfe4aa09a49d022eab604d7"><code>2744867</code></a> Remove dependency on Spring HATEOAS</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/9a9fe4190202ca7da36ca30bcc938aca81a41ece"><code>9a9fe41</code></a> Adapt integration test to use recent HttpClient version</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ws/compare/v4.0.11...v4.0.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.ws:spring-xml` from 4.0.11 to 4.0.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ws/releases">org.springframework.ws:spring-xml's releases</a>.</em></p> <blockquote> <h2>v4.0.12</h2> <h2>:star: New Features</h2> <ul> <li>Allow usage of XMLUnit placeholders in request and response matchers <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1417">#1417</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>The default version of Spring Security is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1500">#1500</a></li> <li>The default version of Spring Framework is no longer supported <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1499">#1499</a></li> <li>DelegatingWsConfiguration should load WsConfigurer lazily <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1477">#1477</a></li> <li>spring-ws and spring-ws-support should not have transitive dependencies on Java API and implementation <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1462">#1462</a></li> <li>Connection timeout in HttpComponents5MessageSender is not respected <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1436">#1436</a></li> <li>WsConfigurer can trigger early initialization that prevents other post processors to run successfully <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1435">#1435</a></li> <li>SaajSoapMessageFactory should only split mime type header values <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1421">#1421</a></li> <li>LocationTransformerObjectSupport#transformLocation should not append port if it is already present <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1420">#1420</a></li> <li>DomPoxMessage sould not have methods of FaultAwareWebServiceMessage as it does not implement it <a href="https://redirect.github.com/spring-projects/spring-ws/issues/622">#622</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Review reference guide <a href="https://redirect.github.com/spring-projects/spring-ws/issues/1475">#1475</a></li> <li>Fix typos in security doc <a href="https://redirect.github.com/spring-projects/spring-ws/pull/1452">#1452</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/flx5"><code>@flx5</code></a> and <a href="https://github.com/tdinev"><code>@tdinev</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ws/commit/4f70dbb731535d5b84cf7dd31d0dc7b36004cc0d"><code>4f70dbb</code></a> Release v4.0.12</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/bee8398ea81b99cd1be64ac09fdea2b5b52aca64"><code>bee8398</code></a> Disable generation of Gradle module metadata so it is not published</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/e730e53c4f5a424c1c767183c7babe5b393e31e2"><code>e730e53</code></a> Configure description, name, and URL in published poms</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/99584d3f685db9168699b08dbfbe5d7bca757608"><code>99584d3</code></a> Use Spring Security 6.3.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/c32f65e4e31ad18b7e94ba92ae986e583959f6a8"><code>c32f65e</code></a> Add support for compatibility tests</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/016bb137e16cb97c75ae1370fb6f0e67bb5e30ba"><code>016bb13</code></a> Use Spring Framework 6.1.x by default</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/eeccbce5b8675a1ef404b286cb782926226d1717"><code>eeccbce</code></a> Harmonize code format</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/3463205b8c4f3c08d0fd3043bae8e92cac085f3e"><code>3463205</code></a> Apply connection timeout correctly</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/27448678942d29360dfe4aa09a49d022eab604d7"><code>2744867</code></a> Remove dependency on Spring HATEOAS</li> <li><a href="https://github.com/spring-projects/spring-ws/commit/9a9fe4190202ca7da36ca30bcc938aca81a41ece"><code>9a9fe41</code></a> Adapt integration test to use recent HttpClient version</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ws/compare/v4.0.11...v4.0.12">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
