dependabot[bot] opened a new pull request, #23940: URL: https://github.com/apache/camel/pull/23940
Bumps `opensearch-rest-client-version` from 3.6.0 to 3.7.0. Updates `org.opensearch.client:opensearch-rest-client` from 3.6.0 to 3.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opensearch-project/OpenSearch/releases">org.opensearch.client:opensearch-rest-client's releases</a>.</em></p> <blockquote> <h2>3.7.0</h2> <h2>Version 3.7.0 Release Notes</h2> <p>Compatible with OpenSearch and OpenSearch Dashboards version 3.7.0</p> <h3>Features</h3> <ul> <li>Add dynamic properties support for pattern-based field definitions without cluster state mapping updates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20816">#20816</a>)</li> <li>Add pluggable data format engine with DataFormatAwareEngine for multi-format indexing (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21181">#21181</a>)</li> <li>Add Lucene engine implementation for pluggable data formats (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21299">#21299</a>)</li> <li>Add merge support for Parquet data format plugin via streaming k-way merge sort (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21079">#21079</a>)</li> <li>Add directory and IndexInput layers for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21178">#21178</a>)</li> <li>Add server-side implementation for tiering status APIs (GetTieringStatus and ListTieringStatus) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21220">#21220</a>)</li> <li>Add server-side implementation for HotToWarm, WarmToHot, and CancelTiering APIs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21295">#21295</a>)</li> <li>Add prefetch settings and stored fields prefetch for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21285">#21285</a>)</li> <li>Add slow logs, per-query metrics, and migration metrics for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21332">#21332</a>)</li> <li>Add module wiring and integration tests for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21427">#21427</a>)</li> <li>Add tiered object storage crate for warm node file routing (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21204">#21204</a>)</li> <li>Add event-driven scheduler and stage execution for analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21242">#21242</a>)</li> <li>Add coordinator-side DataFusion reduce with streaming Arrow batches (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21356">#21356</a>)</li> <li>Add distributed aggregation with partial/final mode for analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21457">#21457</a>)</li> <li>Add distributed join planning and execution for analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21639">#21639</a>)</li> <li>Add PPL <code>append</code> command support with multi-child stage runtime for Union (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21474">#21474</a>)</li> <li>Add PPL <code>dedup</code> command support via ROW_NUMBER window function (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21622">#21622</a>)</li> <li>Add PPL <code>eventstats</code> and <code>streamstats</code> window function support (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21734">#21734</a>)</li> <li>Add PPL <code>top</code> and <code>rare</code> command support via window functions (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21593">#21593</a>)</li> <li>Add PPL <code>parse</code> command with regex mode via Rust UDFs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21573">#21573</a>)</li> <li>Add PPL <code>rex</code> command with sed and extract modes (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21550">#21550</a>)</li> <li>Add PPL <code>spath</code> command with auto-extract mode via json_extract_all UDF (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21664">#21664</a>)</li> <li>Add 7 PPL JSON scalar functions to analytics engine route (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21513">#21513</a>)</li> <li>Add 23 PPL datetime scalar functions to analytics engine route (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21556">#21556</a>)</li> <li>Add 14 additional PPL datetime functions (Wave A) including strftime, date_format, maketime (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21582">#21582</a>)</li> <li>Add 30+ PPL math scalar functions to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21520">#21520</a>)</li> <li>Add PPL string scalar functions to analytics engine (18 functions) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21543">#21543</a>)</li> <li>Add PPL conditional functions (coalesce, isempty, isblank, case, if, ifnull) to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21643">#21643</a>)</li> <li>Add PPL conversion scalar functions (num, auto, memk, rmcomma, dur2sec, ctime, mktime) to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21628">#21628</a>)</li> <li>Add PPL cryptographic functions (md5, sha1, sha2, crc32) to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21611">#21611</a>)</li> <li>Add PPL array constructor and 8 multivalue functions to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21554">#21554</a>)</li> <li>Add PPL bucketing scalars (span_bucket, width_bucket, minspan_bucket, range_bucket) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21621">#21621</a>)</li> <li>Add PPL TAKE, FIRST, LAST, LIST, VALUES aggregate functions (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21731">#21731</a>)</li> <li>Add Lucene filter delegation from DataFusion for full-text search predicates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21555">#21555</a>)</li> <li>Add performance delegation to Lucene for selective filter predicates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21701">#21701</a>)</li> <li>Add native Arrow transport path with zero-copy transfer for stream transport (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21253">#21253</a>)</li> <li>Stream Arrow batches on data-node fragment execution path (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21418">#21418</a>)</li> <li>Add support for <code>extra_fields</code> outside <code>_source</code> indexing for improved vector ingestion throughput (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20635">#20635</a>)</li> <li>Add gRPC support for Min, Max, and Terms aggregations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21205">#21205</a>)</li> <li>Add partition strategy setting for flexible shard-to-partition mapping in pull-based ingestion (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21165">#21165</a>)</li> <li>Add SplitToFieldsProcessor for distributing split values to target fields (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21216">#21216</a>)</li> <li>Add native memory based admission control for transport request throttling (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21191">#21191</a>)</li> <li>Add native memory search backpressure for off-heap query cancellation (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21647">#21647</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/72121f014083f9ca010fd5a7da83b2ec4886027f"><code>72121f0</code></a> Update Netty to 4.2.15.Final (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21944">#21944</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21965">#21965</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/229bf4548529b54a3e7631377f3d2646639c5d46"><code>229bf45</code></a> Update ASM to 9.10.1 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21949">#21949</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/001492618b05d2bbb368fa71ce0a14501d049e5e"><code>0014926</code></a> [3.7] Use constraints instead of force for plexus-utils (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21955">#21955</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/df78edda31003a66620889ba115191fccb51b2dc"><code>df78edd</code></a> [Backport 3.7] Bump dependencies to address CVEs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21879">#21879</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21933">#21933</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/11d6b3fce400ac66a2916d9d8b349b1bfaf9f494"><code>11d6b3f</code></a> Add support for native memory accounting in IndexingMemoryController (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21768">#21768</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/40e00986ce59919f1ab7da74707d7afea7f09493"><code>40e0098</code></a> Fix FragmentConversionDriverTests to pass IndexNameExpressionResolver (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21869">#21869</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/828342e11f742ba785bcae9857d982ace002008e"><code>828342e</code></a> Adding deleter and delete execution engine implementations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21812">#21812</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/6105940fb6fcf0800b806f34b1d1db324f112db4"><code>6105940</code></a> Move native_allocator under native_memory; replace PluginNodeStats SPI with t...</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/1878f4afd20ec8259779dd53f14a8a3bb036017a"><code>1878f4a</code></a> Combine same-backend delegated predicates into single Bool (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21760">#21760</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/96c281540477840d3c84d400120f2d27f82c254f"><code>96c2815</code></a> Doc failure handling for composable engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21847">#21847</a>)</li> <li>Additional commits viewable in <a href="https://github.com/opensearch-project/OpenSearch/compare/3.6.0...3.7.0">compare view</a></li> </ul> </details> <br /> Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 3.6.0 to 3.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opensearch-project/OpenSearch/releases">org.opensearch.client:opensearch-rest-client-sniffer's releases</a>.</em></p> <blockquote> <h2>3.7.0</h2> <h2>Version 3.7.0 Release Notes</h2> <p>Compatible with OpenSearch and OpenSearch Dashboards version 3.7.0</p> <h3>Features</h3> <ul> <li>Add dynamic properties support for pattern-based field definitions without cluster state mapping updates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20816">#20816</a>)</li> <li>Add pluggable data format engine with DataFormatAwareEngine for multi-format indexing (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21181">#21181</a>)</li> <li>Add Lucene engine implementation for pluggable data formats (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21299">#21299</a>)</li> <li>Add merge support for Parquet data format plugin via streaming k-way merge sort (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21079">#21079</a>)</li> <li>Add directory and IndexInput layers for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21178">#21178</a>)</li> <li>Add server-side implementation for tiering status APIs (GetTieringStatus and ListTieringStatus) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21220">#21220</a>)</li> <li>Add server-side implementation for HotToWarm, WarmToHot, and CancelTiering APIs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21295">#21295</a>)</li> <li>Add prefetch settings and stored fields prefetch for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21285">#21285</a>)</li> <li>Add slow logs, per-query metrics, and migration metrics for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21332">#21332</a>)</li> <li>Add module wiring and integration tests for WritableWarm tiered storage (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21427">#21427</a>)</li> <li>Add tiered object storage crate for warm node file routing (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21204">#21204</a>)</li> <li>Add event-driven scheduler and stage execution for analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21242">#21242</a>)</li> <li>Add coordinator-side DataFusion reduce with streaming Arrow batches (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21356">#21356</a>)</li> <li>Add distributed aggregation with partial/final mode for analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21457">#21457</a>)</li> <li>Add distributed join planning and execution for analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21639">#21639</a>)</li> <li>Add PPL <code>append</code> command support with multi-child stage runtime for Union (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21474">#21474</a>)</li> <li>Add PPL <code>dedup</code> command support via ROW_NUMBER window function (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21622">#21622</a>)</li> <li>Add PPL <code>eventstats</code> and <code>streamstats</code> window function support (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21734">#21734</a>)</li> <li>Add PPL <code>top</code> and <code>rare</code> command support via window functions (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21593">#21593</a>)</li> <li>Add PPL <code>parse</code> command with regex mode via Rust UDFs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21573">#21573</a>)</li> <li>Add PPL <code>rex</code> command with sed and extract modes (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21550">#21550</a>)</li> <li>Add PPL <code>spath</code> command with auto-extract mode via json_extract_all UDF (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21664">#21664</a>)</li> <li>Add 7 PPL JSON scalar functions to analytics engine route (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21513">#21513</a>)</li> <li>Add 23 PPL datetime scalar functions to analytics engine route (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21556">#21556</a>)</li> <li>Add 14 additional PPL datetime functions (Wave A) including strftime, date_format, maketime (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21582">#21582</a>)</li> <li>Add 30+ PPL math scalar functions to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21520">#21520</a>)</li> <li>Add PPL string scalar functions to analytics engine (18 functions) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21543">#21543</a>)</li> <li>Add PPL conditional functions (coalesce, isempty, isblank, case, if, ifnull) to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21643">#21643</a>)</li> <li>Add PPL conversion scalar functions (num, auto, memk, rmcomma, dur2sec, ctime, mktime) to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21628">#21628</a>)</li> <li>Add PPL cryptographic functions (md5, sha1, sha2, crc32) to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21611">#21611</a>)</li> <li>Add PPL array constructor and 8 multivalue functions to analytics engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21554">#21554</a>)</li> <li>Add PPL bucketing scalars (span_bucket, width_bucket, minspan_bucket, range_bucket) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21621">#21621</a>)</li> <li>Add PPL TAKE, FIRST, LAST, LIST, VALUES aggregate functions (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21731">#21731</a>)</li> <li>Add Lucene filter delegation from DataFusion for full-text search predicates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21555">#21555</a>)</li> <li>Add performance delegation to Lucene for selective filter predicates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21701">#21701</a>)</li> <li>Add native Arrow transport path with zero-copy transfer for stream transport (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21253">#21253</a>)</li> <li>Stream Arrow batches on data-node fragment execution path (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21418">#21418</a>)</li> <li>Add support for <code>extra_fields</code> outside <code>_source</code> indexing for improved vector ingestion throughput (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20635">#20635</a>)</li> <li>Add gRPC support for Min, Max, and Terms aggregations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21205">#21205</a>)</li> <li>Add partition strategy setting for flexible shard-to-partition mapping in pull-based ingestion (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21165">#21165</a>)</li> <li>Add SplitToFieldsProcessor for distributing split values to target fields (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21216">#21216</a>)</li> <li>Add native memory based admission control for transport request throttling (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21191">#21191</a>)</li> <li>Add native memory search backpressure for off-heap query cancellation (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21647">#21647</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/72121f014083f9ca010fd5a7da83b2ec4886027f"><code>72121f0</code></a> Update Netty to 4.2.15.Final (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21944">#21944</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21965">#21965</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/229bf4548529b54a3e7631377f3d2646639c5d46"><code>229bf45</code></a> Update ASM to 9.10.1 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21949">#21949</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/001492618b05d2bbb368fa71ce0a14501d049e5e"><code>0014926</code></a> [3.7] Use constraints instead of force for plexus-utils (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21955">#21955</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/df78edda31003a66620889ba115191fccb51b2dc"><code>df78edd</code></a> [Backport 3.7] Bump dependencies to address CVEs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21879">#21879</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21933">#21933</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/11d6b3fce400ac66a2916d9d8b349b1bfaf9f494"><code>11d6b3f</code></a> Add support for native memory accounting in IndexingMemoryController (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21768">#21768</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/40e00986ce59919f1ab7da74707d7afea7f09493"><code>40e0098</code></a> Fix FragmentConversionDriverTests to pass IndexNameExpressionResolver (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21869">#21869</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/828342e11f742ba785bcae9857d982ace002008e"><code>828342e</code></a> Adding deleter and delete execution engine implementations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21812">#21812</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/6105940fb6fcf0800b806f34b1d1db324f112db4"><code>6105940</code></a> Move native_allocator under native_memory; replace PluginNodeStats SPI with t...</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/1878f4afd20ec8259779dd53f14a8a3bb036017a"><code>1878f4a</code></a> Combine same-backend delegated predicates into single Bool (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21760">#21760</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/96c281540477840d3c84d400120f2d27f82c254f"><code>96c2815</code></a> Doc failure handling for composable engine (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/21847">#21847</a>)</li> <li>Additional commits viewable in <a href="https://github.com/opensearch-project/OpenSearch/compare/3.6.0...3.7.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 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]
