dependabot[bot] opened a new pull request, #443:
URL: https://github.com/apache/commons-text/pull/443

   Bumps `graalvm.version` from 22.0.0.2 to 23.0.1.
   Updates `org.graalvm.js:js` from 22.0.0.2 to 23.0.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graalvm/graaljs/releases";>org.graalvm.js:js's 
releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS - GraalVm Community 23.0.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.3.2</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.3.1</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.3.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.2.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.1.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md";>org.graalvm.js:js's
 changelog</a>.</em></p>
   <blockquote>
   <h1>GraalVM JavaScript (Graal.js) Changelog</h1>
   <p>This changelog summarizes major changes between GraalVM versions of the 
GraalVM JavaScript (ECMAScript) language runtime.
   The main focus is on user-observable behavior of the engine.
   Changelog may include unreleased versions.
   See <a href="https://www.graalvm.org/release-calendar/";>release calendar</a> 
for release dates.</p>
   <h2>Version 23.1.0</h2>
   <ul>
   <li>ECMAScript 2023 mode/features enabled by default.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-async-context";>Async Context</a> 
proposal. It is available behind the experimental option 
<code>--js.async-context</code>.</li>
   <li><code>FinalizationRegistry.prototype.cleanupSome</code> is not enabled 
by default any more; it has been moved to ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Added an experimental option 
<code>--js.allow-narrow-spaces-in-date-format</code> (enabled by default). When 
this option is set to <code>false</code> then narrow spaces in date/time 
formats are replaced by a space (<code>0x20</code>).</li>
   <li>Made option <code>js.console</code> stable and allowed in 
<code>SandboxPolicy.UNTRUSTED</code>.</li>
   <li>Made option <code>js.unhandled-rejections</code> stable and allowed in 
<code>SandboxPolicy.CONSTRAINED</code>.</li>
   <li>Added option <code>js.allow-eval</code> that is stable and allowed in 
<code>SandboxPolicy.UNTRUSTED</code>.</li>
   <li>Deprecated option <code>js.disable-eval</code>, superseded by 
<code>js.allow-eval</code>.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-string-dedent";>String.dedent</a> 
proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   </ul>
   <h2>Version 23.0.0</h2>
   <ul>
   <li>Implemented the <a 
href="https://github.com/WebAssembly/reference-types";>WebAssembly reference 
types</a> proposal.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-iterator-helpers";>Iterator Helpers</a> 
proposal. It is available behind the experimental option 
<code>--js.iterator-helpers</code>.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-shadowrealm";>ShadowRealm</a> proposal. 
It is available behind the experimental option 
<code>--js.shadow-realm</code>.</li>
   <li>Removed experimental option <code>v8-legacy-const</code>.</li>
   <li>Removed non-standard <code>SharedArrayBuffer.isView</code>.</li>
   <li>Updated Node.js to version 18.14.1.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-symbols-as-weakmap-keys";>Symbols as 
WeakMap keys</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-arraybuffer-transfer";>ArrayBuffer.prototype.transfer
 and friends</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-change-array-by-copy";>Change Array by 
copy</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Added BigInteger interop support.
   Note that foreign BigIntegers require an explicit type cast using the 
<code>BigInt</code> function to opt into JS BigInt semantics.
   The default semantics is to treat all foreign numbers like JS Number values, 
regardless of the original value or type.
   Arithmetic operators perform an implicit lossy conversion to double; mixing 
a JS BigInt with any non-JS number always throws.
   Comparison operators attempt to do a precise value comparison where possible.
   JS BigInt values can now be converted to <code>java.math.BigInteger</code> 
host objects, although a <a 
href="https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/HostAccess.Builder.html#targetTypeMapping-java.lang.Class-java.lang.Class-java.util.function.Predicate-java.util.function.Function-";>target
 type mapping</a> may still be necessary to ensure consistent type mapping if 
the target type is ambiguous or absent.</li>
   </ul>
   <h2>Version 22.3.0</h2>
   <ul>
   <li>Implemented the <a 
href="https://github.com/WebAssembly/multi-value";>WebAssembly multi-value</a> 
proposal.</li>
   <li>Added an experimental option 
<code>--js.unhandled-rejections=handler</code> that allows to use a custom 
callback to track unhandled promise rejections.</li>
   <li>Updated Node.js to version 16.17.1.</li>
   <li>ECMA-402 Internationalization API has been enabled by default. It can be 
disabled by <code>--js.intl-402=false</code> option.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-decorators";>Decorators (stage 3)</a> 
proposal.</li>
   </ul>
   <h2>Version 22.2.0</h2>
   <ul>
   <li>GraalVM JavaScript is now an installable component of GraalVM. It can be 
installed with <code>gu install js</code>.</li>
   <li>Enabled option <code>js.foreign-object-prototype</code> by default. 
Polyglot Interop objects now get a fitting JavaScript prototype assigned unless 
explicitly turned off using this flag.</li>
   <li>Added intermediate prototype for foreign objects to simplify adapting 
functionality.</li>
   <li>Removed deprecated experimental option 
<code>experimental-foreign-object-prototype</code>.</li>
   <li>Removed experimental option <code>commonjs-global-properties</code>. The 
same functionality can be achieved in user code with a direct call to 
<code>require()</code> after context creation.</li>
   <li>Added an experimental option 
<code>--js.zone-rules-based-time-zones</code> that allows to use 
timezone-related data from <code>ZoneRulesProvider</code> (instead of ICU4J 
data files).</li>
   <li>Temporal objects can be converted to compatible Java objects when 
possible, using the <code>Value</code> API's methods like 
<code>asDate()</code>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b8af554c627475fb02bf2d7820239d5e9b488bcb";><code>b8af554</code></a>
 GR-47149 : make release GraalVM 23.0.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/83299e35d88207c3b984f02a583ccc1abfaa2097";><code>83299e3</code></a>
 [GR-44911] 23.0.0 release and next dev cycle.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/dde9b765ecb27e54cb473ca25fe5c327cfe85e33";><code>dde9b76</code></a>
 Next dev cycle</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/940f9a35184ed498c66f156bd9f7adc99a3cec97";><code>940f9a3</code></a>
 GraalVM 23.0.0</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/da3092363847f4cb1399d198abc77680b1076f24";><code>da30923</code></a>
 [GR-45673] Backport: Drop max heap flag from 
<code>native-image.properties</code>.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/c74c02e9c85cd9e6a6528f3148b3aaf14da2bf90";><code>c74c02e</code></a>
 [GR-43146] Fix dynamic import in an indirect eval/dynamic function (23.0).</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/da0a7491ed65796063d7d9f361fce3721af71649";><code>da0a749</code></a>
 Convert CachedSourceKey record to normal class.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/2c03245e01552559b2cd961b04d0bc0e467ff1eb";><code>2c03245</code></a>
 Skip transiently failing test/parallel/test-worker-init-failure.js.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/1e8b8afd54d3539f11957f70d64464b067b200f1";><code>1e8b8af</code></a>
 Update testv8 status file.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8a628181f087872df5a7bb5471aee108711c867c";><code>8a62818</code></a>
 Simplify test.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-22.0.0.2...vm-ee-23.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.js:js-scriptengine` from 22.0.0.2 to 23.0.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graalvm/graaljs/releases";>org.graalvm.js:js-scriptengine's
 releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS - GraalVm Community 23.0.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.3.2</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.3.1</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.3.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.2.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.1.0</h2>
   <p>GraalVM provides an ECMAScript-compliant runtime to execute JavaScript 
and Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md";>org.graalvm.js:js-scriptengine's
 changelog</a>.</em></p>
   <blockquote>
   <h1>GraalVM JavaScript (Graal.js) Changelog</h1>
   <p>This changelog summarizes major changes between GraalVM versions of the 
GraalVM JavaScript (ECMAScript) language runtime.
   The main focus is on user-observable behavior of the engine.
   Changelog may include unreleased versions.
   See <a href="https://www.graalvm.org/release-calendar/";>release calendar</a> 
for release dates.</p>
   <h2>Version 23.1.0</h2>
   <ul>
   <li>ECMAScript 2023 mode/features enabled by default.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-async-context";>Async Context</a> 
proposal. It is available behind the experimental option 
<code>--js.async-context</code>.</li>
   <li><code>FinalizationRegistry.prototype.cleanupSome</code> is not enabled 
by default any more; it has been moved to ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Added an experimental option 
<code>--js.allow-narrow-spaces-in-date-format</code> (enabled by default). When 
this option is set to <code>false</code> then narrow spaces in date/time 
formats are replaced by a space (<code>0x20</code>).</li>
   <li>Made option <code>js.console</code> stable and allowed in 
<code>SandboxPolicy.UNTRUSTED</code>.</li>
   <li>Made option <code>js.unhandled-rejections</code> stable and allowed in 
<code>SandboxPolicy.CONSTRAINED</code>.</li>
   <li>Added option <code>js.allow-eval</code> that is stable and allowed in 
<code>SandboxPolicy.UNTRUSTED</code>.</li>
   <li>Deprecated option <code>js.disable-eval</code>, superseded by 
<code>js.allow-eval</code>.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-string-dedent";>String.dedent</a> 
proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   </ul>
   <h2>Version 23.0.0</h2>
   <ul>
   <li>Implemented the <a 
href="https://github.com/WebAssembly/reference-types";>WebAssembly reference 
types</a> proposal.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-iterator-helpers";>Iterator Helpers</a> 
proposal. It is available behind the experimental option 
<code>--js.iterator-helpers</code>.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-shadowrealm";>ShadowRealm</a> proposal. 
It is available behind the experimental option 
<code>--js.shadow-realm</code>.</li>
   <li>Removed experimental option <code>v8-legacy-const</code>.</li>
   <li>Removed non-standard <code>SharedArrayBuffer.isView</code>.</li>
   <li>Updated Node.js to version 18.14.1.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-symbols-as-weakmap-keys";>Symbols as 
WeakMap keys</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-arraybuffer-transfer";>ArrayBuffer.prototype.transfer
 and friends</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-change-array-by-copy";>Change Array by 
copy</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Added BigInteger interop support.
   Note that foreign BigIntegers require an explicit type cast using the 
<code>BigInt</code> function to opt into JS BigInt semantics.
   The default semantics is to treat all foreign numbers like JS Number values, 
regardless of the original value or type.
   Arithmetic operators perform an implicit lossy conversion to double; mixing 
a JS BigInt with any non-JS number always throws.
   Comparison operators attempt to do a precise value comparison where possible.
   JS BigInt values can now be converted to <code>java.math.BigInteger</code> 
host objects, although a <a 
href="https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/HostAccess.Builder.html#targetTypeMapping-java.lang.Class-java.lang.Class-java.util.function.Predicate-java.util.function.Function-";>target
 type mapping</a> may still be necessary to ensure consistent type mapping if 
the target type is ambiguous or absent.</li>
   </ul>
   <h2>Version 22.3.0</h2>
   <ul>
   <li>Implemented the <a 
href="https://github.com/WebAssembly/multi-value";>WebAssembly multi-value</a> 
proposal.</li>
   <li>Added an experimental option 
<code>--js.unhandled-rejections=handler</code> that allows to use a custom 
callback to track unhandled promise rejections.</li>
   <li>Updated Node.js to version 16.17.1.</li>
   <li>ECMA-402 Internationalization API has been enabled by default. It can be 
disabled by <code>--js.intl-402=false</code> option.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-decorators";>Decorators (stage 3)</a> 
proposal.</li>
   </ul>
   <h2>Version 22.2.0</h2>
   <ul>
   <li>GraalVM JavaScript is now an installable component of GraalVM. It can be 
installed with <code>gu install js</code>.</li>
   <li>Enabled option <code>js.foreign-object-prototype</code> by default. 
Polyglot Interop objects now get a fitting JavaScript prototype assigned unless 
explicitly turned off using this flag.</li>
   <li>Added intermediate prototype for foreign objects to simplify adapting 
functionality.</li>
   <li>Removed deprecated experimental option 
<code>experimental-foreign-object-prototype</code>.</li>
   <li>Removed experimental option <code>commonjs-global-properties</code>. The 
same functionality can be achieved in user code with a direct call to 
<code>require()</code> after context creation.</li>
   <li>Added an experimental option 
<code>--js.zone-rules-based-time-zones</code> that allows to use 
timezone-related data from <code>ZoneRulesProvider</code> (instead of ICU4J 
data files).</li>
   <li>Temporal objects can be converted to compatible Java objects when 
possible, using the <code>Value</code> API's methods like 
<code>asDate()</code>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b8af554c627475fb02bf2d7820239d5e9b488bcb";><code>b8af554</code></a>
 GR-47149 : make release GraalVM 23.0.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/83299e35d88207c3b984f02a583ccc1abfaa2097";><code>83299e3</code></a>
 [GR-44911] 23.0.0 release and next dev cycle.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/dde9b765ecb27e54cb473ca25fe5c327cfe85e33";><code>dde9b76</code></a>
 Next dev cycle</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/940f9a35184ed498c66f156bd9f7adc99a3cec97";><code>940f9a3</code></a>
 GraalVM 23.0.0</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/da3092363847f4cb1399d198abc77680b1076f24";><code>da30923</code></a>
 [GR-45673] Backport: Drop max heap flag from 
<code>native-image.properties</code>.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/c74c02e9c85cd9e6a6528f3148b3aaf14da2bf90";><code>c74c02e</code></a>
 [GR-43146] Fix dynamic import in an indirect eval/dynamic function (23.0).</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/da0a7491ed65796063d7d9f361fce3721af71649";><code>da0a749</code></a>
 Convert CachedSourceKey record to normal class.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/2c03245e01552559b2cd961b04d0bc0e467ff1eb";><code>2c03245</code></a>
 Skip transiently failing test/parallel/test-worker-init-failure.js.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/1e8b8afd54d3539f11957f70d64464b067b200f1";><code>1e8b8af</code></a>
 Update testv8 status file.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8a628181f087872df5a7bb5471aee108711c867c";><code>8a62818</code></a>
 Simplify test.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-22.0.0.2...vm-ee-23.0.1";>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 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]

Reply via email to