dependabot[bot] opened a new pull request, #25475: URL: https://github.com/apache/camel/pull/25475
Bumps `opensearch-rest-client-version` from 3.7.0 to 3.8.0. Updates `org.opensearch.client:opensearch-rest-client` from 3.7.0 to 3.8.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.8.0</h2> <h2>Version 3.8.0 Release Notes</h2> <p>Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0</p> <h3>Features</h3> <ul> <li>Add API to modify a data stream's backing indices (<code>POST /_data_stream/_modify</code>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22487">#22487</a>)</li> <li>Add <code>multivalue_doc_count</code> aggregation that returns the number of documents with two or more values (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20472">#20472</a>)</li> <li>Add pull-based ingestion from Hive tables via new <code>ingestion-hive</code> plugin (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21700">#21700</a>)</li> <li>Add support for HTTP/3 on the client side via JDK HttpClient (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21718">#21718</a>)</li> <li>Add gRPC support for Point-in-Time (PIT) create and delete operations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22105">#22105</a>)</li> <li>Add gRPC API support for <code>extra_field_values</code> in bulk requests (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21907">#21907</a>)</li> <li>Add cross-cluster streaming support to the remote cluster client via Arrow Flight (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22359">#22359</a>)</li> <li>Add coordinator-side index-level field domain pruning before <code>can_match</code> for faster time-range queries (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21865">#21865</a>)</li> <li>Add bulkscorer script processing interface in ScriptScore query for bulk scoring optimizations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22423">#22423</a>)</li> <li>Add process-wide ObjectInputFilter to reject Java deserialization by default, gated behind <code>bootstrap.serial_filter</code> setting (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22073">#22073</a>)</li> <li>Add cluster-level default setting for delayed shard allocation timeout (<code>cluster.routing.allocation.unassigned.node_left.delayed_timeout</code>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22379">#22379</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>Add HTTP request body decompression (gzip/deflate) to reactor-netty4 transport (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22382">#22382</a>)</li> <li>Add cross-setting validator to prevent cluster-manager crash loop when both balance factors are set to zero (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22391">#22391</a>)</li> <li>Add support for double, int, and long types in ExtraFieldValue for gRPC bulk indexing (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22058">#22058</a>)</li> <li>Add timing logs for repository create, update, and delete operations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22489">#22489</a>)</li> <li>Add parent action name to <code>ProcessorGenerationContext</code> for conditional system-generated processor logic (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22195">#22195</a>)</li> <li>Add getter for remote translog transfer tracker to enable plugin access to tracking metrics (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22453">#22453</a>)</li> <li>Deprecate <code>RestClient</code> in favor of the internal HTTP client (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22116">#22116</a>)</li> <li>Disable Mustache partial template resolution in search templates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22438">#22438</a>)</li> <li>Use binary serialization for resource usage headers to reduce CPU overhead on the search path (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21230">#21230</a>)</li> <li>Preserve resolved search pipeline id and inline pipeline source through query rewrite (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22501">#22501</a>)</li> <li>Fork <code>GET _aliases</code> serialization to MANAGEMENT thread pool to avoid blocking transport threads (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21954">#21954</a>)</li> <li>Strengthen <code>scroll_id</code> validation to prevent OOM from crafted scroll IDs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22396">#22396</a>)</li> <li>Add depth tracking to recursive deserialization to prevent StackOverflowError (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22404">#22404</a>)</li> <li>Validate <code>base_path</code> in FsRepository to prevent path traversal outside <code>path.repo</code> (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22328">#22328</a>)</li> <li>Add path boundary validation in <code>resolveAnalyzerPath</code> to prevent directory traversal (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22094">#22094</a>)</li> <li>Register snapshot resilience settings (<code>snapshot.repository.io_timeout</code>, <code>max_outstanding_ops</code>, <code>cleanup_stale_blobs</code>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22516">#22516</a>)</li> <li>Wire <code>request_timeout</code> into S3 sync client to prevent indefinite hangs on degraded stores (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22479">#22479</a>)</li> <li>Separate internal ignore settings from user ignore settings during snapshot restore (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20494">#20494</a>)</li> <li>Validate <code>total_primary_shards_per_node</code> on index templates against the cluster instead of index-local flag (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22203">#22203</a>)</li> <li>Rollover <code>checkBlock</code> now scoped to write index only, skipping non-write alias members (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21838">#21838</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix <code>OpenSearchTimeoutException</code> to return HTTP 504 instead of 500 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22064">#22064</a>)</li> <li>Fix <code>ClassCastException</code> on malformed mappings in create index to return 400 instead of 500 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22371">#22371</a>)</li> <li>Fix NPE for search-only indices without primaries in cluster allocation explain and bulk shard selection (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22097">#22097</a>)</li> <li>Fix NPE in S3 multipart upload when <code>provideStream()</code> throws, and fix shared segment array corruption (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22309">#22309</a>)</li> <li>Fix <code>ReplicationCheckpoint.compareTo</code> to return 0 for equal checkpoints, preventing TimSort crash during shard allocation (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22376">#22376</a>)</li> <li>Fix negative <code>os.cpu.percent</code> on cgroup v2 containers by granting read access to <code>/sys/fs/cgroup/cpu.stat</code> (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22408">#22408</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/e5a3c5691be87af6c12dbe3e158c59c04ee72973"><code>e5a3c56</code></a> Add ci.opensearch.org/m2/ mirror for plugin resolution (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22612">#22612</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22621">#22621</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/52bcd297962e6e01950a456e4d84a0e0cc7667bc"><code>52bcd29</code></a> [AUTO] Add release notes for 3.8.0 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22540">#22540</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22606">#22606</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/ef4d890de0fc6c5a3035a74a8e0fb1b6a6b91d2a"><code>ef4d890</code></a> Update bundled JDK to 25.0.4+7 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22574">#22574</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22600">#22600</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/a7f917927df00946b03ca762c609b11e08632aa5"><code>a7f9179</code></a> Update OpenTelemetry to 1.64.0 and OpenTelemetry SemConv to 1.43.0 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22591">#22591</a>) ...</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/8aff7d863799a65993fdcc8dc16b74aa849cb010"><code>8aff7d8</code></a> Align repository-gcs OpenTelemetry dependencies (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22579">#22579</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22585">#22585</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/1a9c84fc5c7a40515ba89dd16bc1c3a772dc28af"><code>1a9c84f</code></a> Bound regexp determinize work limit and simple_query_string nesting depth (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/2">#2</a>...</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/ff95cec7359822287039a33d78f16a20acfad604"><code>ff95cec</code></a> Match index_pattern rules exactly unless value ends in wildcard (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22461">#22461</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/aaef3ea5a1a11fe666b3f32ae82aef6b44d876fe"><code>aaef3ea</code></a> Add option to attach restored backing indices to their data stream (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22539">#22539</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/94d68ac21cf5658b3bfc2dd121ef04746fe91ec2"><code>94d68ac</code></a> Introduce codecExcludes in FieldsVisitor (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22521">#22521</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/13e0a7a8c44afd2a651bd9d9a605c051bcefde0a"><code>13e0a7a</code></a> Add API to modify a data stream's backing indices (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22487">#22487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/opensearch-project/OpenSearch/compare/3.7.0...3.8.0">compare view</a></li> </ul> </details> <br /> Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 3.7.0 to 3.8.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.8.0</h2> <h2>Version 3.8.0 Release Notes</h2> <p>Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0</p> <h3>Features</h3> <ul> <li>Add API to modify a data stream's backing indices (<code>POST /_data_stream/_modify</code>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22487">#22487</a>)</li> <li>Add <code>multivalue_doc_count</code> aggregation that returns the number of documents with two or more values (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20472">#20472</a>)</li> <li>Add pull-based ingestion from Hive tables via new <code>ingestion-hive</code> plugin (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21700">#21700</a>)</li> <li>Add support for HTTP/3 on the client side via JDK HttpClient (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21718">#21718</a>)</li> <li>Add gRPC support for Point-in-Time (PIT) create and delete operations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22105">#22105</a>)</li> <li>Add gRPC API support for <code>extra_field_values</code> in bulk requests (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21907">#21907</a>)</li> <li>Add cross-cluster streaming support to the remote cluster client via Arrow Flight (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22359">#22359</a>)</li> <li>Add coordinator-side index-level field domain pruning before <code>can_match</code> for faster time-range queries (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21865">#21865</a>)</li> <li>Add bulkscorer script processing interface in ScriptScore query for bulk scoring optimizations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22423">#22423</a>)</li> <li>Add process-wide ObjectInputFilter to reject Java deserialization by default, gated behind <code>bootstrap.serial_filter</code> setting (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22073">#22073</a>)</li> <li>Add cluster-level default setting for delayed shard allocation timeout (<code>cluster.routing.allocation.unassigned.node_left.delayed_timeout</code>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22379">#22379</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>Add HTTP request body decompression (gzip/deflate) to reactor-netty4 transport (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22382">#22382</a>)</li> <li>Add cross-setting validator to prevent cluster-manager crash loop when both balance factors are set to zero (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22391">#22391</a>)</li> <li>Add support for double, int, and long types in ExtraFieldValue for gRPC bulk indexing (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22058">#22058</a>)</li> <li>Add timing logs for repository create, update, and delete operations (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22489">#22489</a>)</li> <li>Add parent action name to <code>ProcessorGenerationContext</code> for conditional system-generated processor logic (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22195">#22195</a>)</li> <li>Add getter for remote translog transfer tracker to enable plugin access to tracking metrics (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22453">#22453</a>)</li> <li>Deprecate <code>RestClient</code> in favor of the internal HTTP client (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22116">#22116</a>)</li> <li>Disable Mustache partial template resolution in search templates (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22438">#22438</a>)</li> <li>Use binary serialization for resource usage headers to reduce CPU overhead on the search path (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21230">#21230</a>)</li> <li>Preserve resolved search pipeline id and inline pipeline source through query rewrite (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22501">#22501</a>)</li> <li>Fork <code>GET _aliases</code> serialization to MANAGEMENT thread pool to avoid blocking transport threads (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21954">#21954</a>)</li> <li>Strengthen <code>scroll_id</code> validation to prevent OOM from crafted scroll IDs (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22396">#22396</a>)</li> <li>Add depth tracking to recursive deserialization to prevent StackOverflowError (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22404">#22404</a>)</li> <li>Validate <code>base_path</code> in FsRepository to prevent path traversal outside <code>path.repo</code> (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22328">#22328</a>)</li> <li>Add path boundary validation in <code>resolveAnalyzerPath</code> to prevent directory traversal (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22094">#22094</a>)</li> <li>Register snapshot resilience settings (<code>snapshot.repository.io_timeout</code>, <code>max_outstanding_ops</code>, <code>cleanup_stale_blobs</code>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22516">#22516</a>)</li> <li>Wire <code>request_timeout</code> into S3 sync client to prevent indefinite hangs on degraded stores (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22479">#22479</a>)</li> <li>Separate internal ignore settings from user ignore settings during snapshot restore (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/20494">#20494</a>)</li> <li>Validate <code>total_primary_shards_per_node</code> on index templates against the cluster instead of index-local flag (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22203">#22203</a>)</li> <li>Rollover <code>checkBlock</code> now scoped to write index only, skipping non-write alias members (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/21838">#21838</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix <code>OpenSearchTimeoutException</code> to return HTTP 504 instead of 500 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22064">#22064</a>)</li> <li>Fix <code>ClassCastException</code> on malformed mappings in create index to return 400 instead of 500 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22371">#22371</a>)</li> <li>Fix NPE for search-only indices without primaries in cluster allocation explain and bulk shard selection (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22097">#22097</a>)</li> <li>Fix NPE in S3 multipart upload when <code>provideStream()</code> throws, and fix shared segment array corruption (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22309">#22309</a>)</li> <li>Fix <code>ReplicationCheckpoint.compareTo</code> to return 0 for equal checkpoints, preventing TimSort crash during shard allocation (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22376">#22376</a>)</li> <li>Fix negative <code>os.cpu.percent</code> on cgroup v2 containers by granting read access to <code>/sys/fs/cgroup/cpu.stat</code> (<a href="https://redirect.github.com/opensearch-project/OpenSearch/pull/22408">#22408</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/e5a3c5691be87af6c12dbe3e158c59c04ee72973"><code>e5a3c56</code></a> Add ci.opensearch.org/m2/ mirror for plugin resolution (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22612">#22612</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22621">#22621</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/52bcd297962e6e01950a456e4d84a0e0cc7667bc"><code>52bcd29</code></a> [AUTO] Add release notes for 3.8.0 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22540">#22540</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22606">#22606</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/ef4d890de0fc6c5a3035a74a8e0fb1b6a6b91d2a"><code>ef4d890</code></a> Update bundled JDK to 25.0.4+7 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22574">#22574</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22600">#22600</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/a7f917927df00946b03ca762c609b11e08632aa5"><code>a7f9179</code></a> Update OpenTelemetry to 1.64.0 and OpenTelemetry SemConv to 1.43.0 (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22591">#22591</a>) ...</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/8aff7d863799a65993fdcc8dc16b74aa849cb010"><code>8aff7d8</code></a> Align repository-gcs OpenTelemetry dependencies (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22579">#22579</a>) (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22585">#22585</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/1a9c84fc5c7a40515ba89dd16bc1c3a772dc28af"><code>1a9c84f</code></a> Bound regexp determinize work limit and simple_query_string nesting depth (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/2">#2</a>...</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/ff95cec7359822287039a33d78f16a20acfad604"><code>ff95cec</code></a> Match index_pattern rules exactly unless value ends in wildcard (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22461">#22461</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/aaef3ea5a1a11fe666b3f32ae82aef6b44d876fe"><code>aaef3ea</code></a> Add option to attach restored backing indices to their data stream (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22539">#22539</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/94d68ac21cf5658b3bfc2dd121ef04746fe91ec2"><code>94d68ac</code></a> Introduce codecExcludes in FieldsVisitor (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22521">#22521</a>)</li> <li><a href="https://github.com/opensearch-project/OpenSearch/commit/13e0a7a8c44afd2a651bd9d9a605c051bcefde0a"><code>13e0a7a</code></a> Add API to modify a data stream's backing indices (<a href="https://redirect.github.com/opensearch-project/OpenSearch/issues/22487">#22487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/opensearch-project/OpenSearch/compare/3.7.0...3.8.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]
