dependabot[bot] opened a new pull request #783: URL: https://github.com/apache/isis/pull/783
Bumps [picocli](https://github.com/remkop/picocli) from 4.6.1 to 4.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remkop/picocli/releases">picocli's releases</a>.</em></p> <blockquote> <h2>Picocli 4.6.2</h2> <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.6.2</h1> <p>The picocli community is pleased to announce picocli 4.6.2.</p> <p>This release includes bugfixes and enhancements. Many improvements in the documentation.</p> <p>Thanks to the many people in the picocli community for raising issues and contributing pull requests to fix issues!</p> <p>From this release, picocli uses system properties <code>sun.stdout.encoding</code> and <code>sun.stderr.encoding</code> when creating the <code>PrintWriters</code> returned by <code>CommandLine::getOut</code> and <code>CommandLine::getErr</code>. When these system properties do not exist, picocli falls back to the default charset (determined by <code>file.encoding</code>). This addresses an issue on Windows, where the default charset is not the same as the encoding for its console (often the older <code>cp437</code> codepage on English-language versions of Windows).</p> <p>Note that these system properties <a href="https://wrapper.tanukisoftware.com/doc/english/prop-jvm-encoding.html">seem to have been</a> introduced in Java 8 (although I cannot find it in the JDK 8 release notes) and may not exist on earlier JVMs or on JVMs other than the Oracle and OpenJDK implementations.</p> <p>This is the seventy-seventh public release. Picocli follows <a href="http://semver.org/">semantic versioning</a>.</p> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Table of Contents</h2> <ul> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-new">New and noteworthy</a></li> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-fixes">Fixed issues</a></li> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-deprecated">Deprecations</a></li> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-breaking-changes">Potential breaking changes</a></li> </ul> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2> <ul> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1422">#1422</a> API: Un-deprecate the <code>@Option</code> <code>help</code> attribute; it is useful for custom help options. Thanks to <a href="https://github.com/kaushalkumar">kaushalkumar</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1337">#1337</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1338">#1338</a> Enhancement: prevent spurious <code>WARNING: tag not found in include file</code> messages when generating man pages. Thanks to <a href="https://github.com/crotwell">Philip Crotwell</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1340">#1340</a> Enhancement: add xref to generated man page document to link to subcommands from the parent command page. Thanks to <a href="https://github.com/crotwell">Philip Crotwell</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1351">#1351</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1362">#1362</a> Enhancement: avoid calling option <code>completionCandidates</code> when displaying usage help if <code>${COMPLETION-CANDIDATES}</code> is not specified in description. Thanks to <a href="https://github.com/wtd2">Wenhao ZHANG</a>, <a href="https://github.com/sustc11810424">sustc11810424</a> and <a href="https://github.com/Lanninger08">Yining Tang</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1303">#1303</a> Bugfix: Prevent <code>IllegalArgumentException: argument type mismatch</code> error in method subcommands with inherited mixed-in standard help options. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1300">#1300</a> Bugfix: Avoid spurious warning "Could not set initial value for field boolean" when reusing <code>CommandLine</code> with ArgGroup. Thanks to <a href="https://github.com/codexetreme">Yashodhan Ghadge</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1316">#1316</a> Bugfix: Avoid <code>DuplicateOptionAnnotationsException</code> thrown on <code>mixinStandardHelpOptions</code> for subcommands when parent has <code>scope = INHERIT</code> by <code>picocli-codegen</code> annotation processor. Thanks to <a href="https://github.com/charphi">Philippe Charles</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1319">#1319</a> Bugfix: Avoid <code>DuplicateOptionAnnotationsException</code> when parent has inherited mixed-in help options and the built-in <code>HelpCommand</code> subcommand. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1331">#1331</a> Bugfix: Avoid <code>IllegalArgumentException</code> when parent has no standard help options and <code>scope = INHERIT</code>, while subcommand does have mixed-in standard help options. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1381">#1381</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1382">#1382</a> Bugfix: Default value of option in repeated subcommand was not applied correctly. Thanks to <a href="https://github.com/sfeuerhahn">sfeuerhahn</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1434">#1434</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1435">#1435</a> <code>CommandSpec.remove(arg)</code> should also remove the arg from the <code>args</code> collection in the CommandSpec. Thanks to <a href="https://github.com/kaushalkumar">kaushalkumar</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1404">#1404</a> Bugfix/Enhancement: Print paramLabel only when it could exist. Thanks to <a href="https://github.com/joca-bt">João Guerra</a> for the pull reqeust.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1320">#1320</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1321">#1321</a> Bugfix/Enhancement: Use system properties <code>sun.stdout.encoding</code> and <code>sun.stderr.encoding</code> when creating the <code>PrintWriters</code> returned by <code>CommandLine::getOut</code> and <code>CommandLine::getErr</code>. Thanks to <a href="https://github.com/charphi">Philippe Charles</a> for the investigation and the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1431">#1431</a> Bugfix/enhancement: <code>.gitattributes</code> should include HTML files to convert CRLF to LF. Thanks to <a href="https://github.com/wenhoujx">wenhoujx</a> for pointing this out.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1388">#1388</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1430">#1430</a> Bugfix: Fix subcommand aliases autocomplete regression. Thanks to <a href="https://github.com/NewbieOrange">NewbieOrange</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1415">#1415</a> Bugfix/DOC: fix NullPointerException in README Example. Thanks to <a href="https://github.com/shannonbay">shannonbay</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1421">#1421</a> Bugfix/DOC: <code>execute</code> method in <code>RunAll</code>, <code>RunFirst</code> and <code>RunLast</code> should not be deprecated. Thanks to <a href="https://github.com/gadeweever">Gamal DeWeever</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1326">#1326</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1339">#1339</a> DOC: Added documentation and examples for controlling the locale. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1296">#1296</a> DOC: add Kotlin code samples to user manual; other user manual improvements. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1299">#1299</a> DOC: Link to <code>IParameterPreprocessor</code> from <code>IParameterConsumer</code> javadoc. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1304">#1304</a> DOC: Manual, chapter '17.9 Inherited Command Attributes': added Kotlin version of code sample. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1305">#1305</a> DOC: Document use of <code>IParameterConsumer</code> as n-ary type converter. Thanks to <a href="https://github.com/martlin2cz">Martin</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1307">#1307</a> DOC: Added CAUTION admonitions, Kotlin code sample. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1308">#1308</a> DOC: Add example for Option <code>converter</code>, improve text for default values. Thanks to <a href="https://github.com/asarkar">Abhijit Sarkar</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1314">#1314</a> DOC: Fix use of deprecated Maven properties in README. Thanks to <a href="https://github.com/charphi">Philippe Charles</a> for the pull request.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remkop/picocli/blob/master/RELEASE-NOTES.md">picocli's changelog</a>.</em></p> <blockquote> <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.6.2</h1> <p>The picocli community is pleased to announce picocli 4.6.2.</p> <p>This release includes bugfixes and enhancements. Many improvements in the documentation.</p> <p>Thanks to the many people in the picocli community for raising issues and contributing pull requests to fix issues!</p> <p>From this release, picocli uses system properties <code>sun.stdout.encoding</code> and <code>sun.stderr.encoding</code> when creating the <code>PrintWriters</code> returned by <code>CommandLine::getOut</code> and <code>CommandLine::getErr</code>. When these system properties do not exist, picocli falls back to the default charset (determined by <code>file.encoding</code>). This addresses an issue on Windows, where the default charset is not the same as the encoding for its console (often the older <code>cp437</code> codepage on English-language versions of Windows). Note that these system properties <a href="https://wrapper.tanukisoftware.com/doc/english/prop-jvm-encoding.html">seem to have been</a> introduced in Java 8 (although I cannot find it in the JDK 8 release notes) and may not exist on earlier JVMs or on JVMs other than the Oracle and OpenJDK implementations.</p> <p>This is the seventy-seventh public release. Picocli follows <a href="http://semver.org/">semantic versioning</a>.</p> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Table of Contents</h2> <ul> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-new">New and noteworthy</a></li> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-fixes">Fixed issues</a></li> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-deprecated">Deprecations</a></li> <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.2-breaking-changes">Potential breaking changes</a></li> </ul> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2> <ul> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1422">#1422</a> API: Un-deprecate the <code>@Option</code> <code>help</code> attribute; it is useful for custom help options. Thanks to <a href="https://github.com/kaushalkumar">kaushalkumar</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1337">#1337</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1338">#1338</a> Enhancement: prevent spurious <code>WARNING: tag not found in include file</code> messages when generating man pages. Thanks to <a href="https://github.com/crotwell">Philip Crotwell</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1340">#1340</a> Enhancement: add xref to generated man page document to link to subcommands from the parent command page. Thanks to <a href="https://github.com/crotwell">Philip Crotwell</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1351">#1351</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1362">#1362</a> Enhancement: avoid calling option <code>completionCandidates</code> when displaying usage help if <code>${COMPLETION-CANDIDATES}</code> is not specified in description. Thanks to <a href="https://github.com/wtd2">Wenhao ZHANG</a>, <a href="https://github.com/sustc11810424">sustc11810424</a> and <a href="https://github.com/Lanninger08">Yining Tang</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1303">#1303</a> Bugfix: Prevent <code>IllegalArgumentException: argument type mismatch</code> error in method subcommands with inherited mixed-in standard help options. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1300">#1300</a> Bugfix: Avoid spurious warning "Could not set initial value for field boolean" when reusing <code>CommandLine</code> with ArgGroup. Thanks to <a href="https://github.com/codexetreme">Yashodhan Ghadge</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1316">#1316</a> Bugfix: Avoid <code>DuplicateOptionAnnotationsException</code> thrown on <code>mixinStandardHelpOptions</code> for subcommands when parent has <code>scope = INHERIT</code> by <code>picocli-codegen</code> annotation processor. Thanks to <a href="https://github.com/charphi">Philippe Charles</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1319">#1319</a> Bugfix: Avoid <code>DuplicateOptionAnnotationsException</code> when parent has inherited mixed-in help options and the built-in <code>HelpCommand</code> subcommand. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1331">#1331</a> Bugfix: Avoid <code>IllegalArgumentException</code> when parent has no standard help options and <code>scope = INHERIT</code>, while subcommand does have mixed-in standard help options. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1381">#1381</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1382">#1382</a> Bugfix: Default value of option in repeated subcommand was not applied correctly. Thanks to <a href="https://github.com/sfeuerhahn">sfeuerhahn</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1434">#1434</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1435">#1435</a> <code>CommandSpec.remove(arg)</code> should also remove the arg from the <code>args</code> collection in the CommandSpec. Thanks to <a href="https://github.com/kaushalkumar">kaushalkumar</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1404">#1404</a> Bugfix/Enhancement: Print paramLabel only when it could exist. Thanks to <a href="https://github.com/joca-bt">João Guerra</a> for the pull reqeust.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1320">#1320</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1321">#1321</a> Bugfix/Enhancement: Use system properties <code>sun.stdout.encoding</code> and <code>sun.stderr.encoding</code> when creating the <code>PrintWriters</code> returned by <code>CommandLine::getOut</code> and <code>CommandLine::getErr</code>. Thanks to <a href="https://github.com/charphi">Philippe Charles</a> for the investigation and the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1431">#1431</a> Bugfix/enhancement: <code>.gitattributes</code> should include HTML files to convert CRLF to LF. Thanks to <a href="https://github.com/wenhoujx">wenhoujx</a> for pointing this out.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1388">#1388</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1430">#1430</a> Bugfix: Fix subcommand aliases autocomplete regression. Thanks to <a href="https://github.com/NewbieOrange">NewbieOrange</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1415">#1415</a> Bugfix/DOC: fix NullPointerException in README Example. Thanks to <a href="https://github.com/shannonbay">shannonbay</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1421">#1421</a> Bugfix/DOC: <code>execute</code> method in <code>RunAll</code>, <code>RunFirst</code> and <code>RunLast</code> should not be deprecated. Thanks to <a href="https://github.com/gadeweever">Gamal DeWeever</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1326">#1326</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1339">#1339</a> DOC: Added documentation and examples for controlling the locale. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1296">#1296</a> DOC: add Kotlin code samples to user manual; other user manual improvements. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1299">#1299</a> DOC: Link to <code>IParameterPreprocessor</code> from <code>IParameterConsumer</code> javadoc. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1304">#1304</a> DOC: Manual, chapter '17.9 Inherited Command Attributes': added Kotlin version of code sample. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1305">#1305</a> DOC: Document use of <code>IParameterConsumer</code> as n-ary type converter. Thanks to <a href="https://github.com/martlin2cz">Martin</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1307">#1307</a> DOC: Added CAUTION admonitions, Kotlin code sample. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1308">#1308</a> DOC: Add example for Option <code>converter</code>, improve text for default values. Thanks to <a href="https://github.com/asarkar">Abhijit Sarkar</a> for raising this.</li> <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1314">#1314</a> DOC: Fix use of deprecated Maven properties in README. Thanks to <a href="https://github.com/charphi">Philippe Charles</a> for the pull request.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remkop/picocli/commit/03541f6d411e2bd511915ab18fdc262d4a03a8b2"><code>03541f6</code></a> Release picocli version 4.6.2</li> <li><a href="https://github.com/remkop/picocli/commit/bd48d6f3934c25876931dce5fcc3677dbfc1f410"><code>bd48d6f</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1455">#1455</a> DOC: Test with spring-boot version to 2.6.0-SNAPSHOT</li> <li><a href="https://github.com/remkop/picocli/commit/1e1594ba1e4aba8adeb529eec482106c842a41e7"><code>1e1594b</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1455">#1455</a> DEP: Bump spring-boot version to 2.5.6.</li> <li><a href="https://github.com/remkop/picocli/commit/986c271bc45ec0d227d3fe331c7e9c98742f5d08"><code>986c271</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1322">#1322</a> DOC: update release notes for switch from Bintray jcenter to Maven Ce...</li> <li><a href="https://github.com/remkop/picocli/commit/72f7d9b475ba2b77a619d9aa7eb4c49e7c2d03a1"><code>72f7d9b</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1428">#1428</a> DOC: fix incorrect source clock role "secondary" without "primary": c...</li> <li><a href="https://github.com/remkop/picocli/commit/bc6868683982c0427739eb2030a95940760c19c9"><code>bc68686</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1322">#1322</a> BUILD: switch from Bintray jcenter to Maven Central</li> <li><a href="https://github.com/remkop/picocli/commit/f5ce2352690de5a398024942160632210cb940b5"><code>f5ce235</code></a> [BUILD] bump gradle to version 7.0.2</li> <li><a href="https://github.com/remkop/picocli/commit/1182780ed3023d0fe0ef5db28bb88cbd06499146"><code>1182780</code></a> [DOC] fix compilation error in example</li> <li><a href="https://github.com/remkop/picocli/commit/d854d1454f2449bd721e56805073f385e1fba6b7"><code>d854d14</code></a> [DOC] fix compilation error in example</li> <li><a href="https://github.com/remkop/picocli/commit/2c7517197728b4c4df9fe8dfd679dd195593d5fa"><code>2c75171</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1404">#1404</a> fix broken tests</li> <li>Additional commits viewable in <a href="https://github.com/remkop/picocli/compare/v4.6.1...v4.6.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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]
