dependabot[bot] opened a new pull request, #988: URL: https://github.com/apache/maven-mvnd/pull/988
Bumps [info.picocli:picocli-codegen](https://github.com/remkop/picocli) from 4.5.2 to 4.7.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remkop/picocli/releases">info.picocli:picocli-codegen's releases</a>.</em></p> <blockquote> <h2>Picocli 4.7.6</h2> <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.7.6</h1> <p>The picocli community is pleased to announce picocli 4.7.6.</p> <p>This release includes bugfixes and enhancements.</p> <p>Many thanks to the picocli community for raising these issues and providing the pull requests to address them!</p> <p>This is the eighty-fifth public release. Picocli follows <a href="https://semver.org/">semantic versioning</a>. Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).</p> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Table of Contents</h2> <ul> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-new">New and noteworthy</a></li> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-fixes">Fixed issues</a></li> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-deprecated">Deprecations</a></li> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-breaking-changes">Potential breaking changes</a></li> </ul> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2> <p><code>PropertiesDefaultProvider</code> now tries to load properties from the classpath if the file cannot be found in the user.home directory.</p> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2> <ul> <li><a href="https://redirect.github.com/remkop/picocli/issues/2102">#2102</a><a href="https://redirect.github.com/remkop/picocli/issues/2107">#2107</a> Enhancement: <code>PropertiesDefaultProvider</code> should try to load properties from classpath (last). Thanks to <a href="https://github.com/rimuln">Lumír Návrat</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2202">#2202</a> Enhancement: Change log level from WARN to INFO when bean not found in ApplicationContext. Thanks to <a href="https://github.com/dkirrane">Desmond Kirrane</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2248">#2248</a> Enhancement: Don't show hidden commands in JLine3 command description. Thanks to <a href="https://github.com/rehand">Reinhard Handler</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2170">#2170</a> Enhancement: Use <code>...</code> vararg instead of array parameter to match overridden method signature. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2058">#2058</a> Bugfix: <code>defaultValue</code> should not be applied in addition to user-specified value for options with a custom <code>IParameterConsumer</code>. Thanks to <a href="https://github.com/StaffanArvidsson">Staffan Arvidsson McShane</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2148">#2148</a> Bugfix: Fix NPE in jline3 <code>Example.jar</code> as <code>ConfigurationPath</code> cannot be <code>null</code> anymore. Thanks to <a href="https://github.com/llzen44">llzen44</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2232">#2232</a> Bugfix: fix bug for <code>Optional<T></code> arguments with initial value. Thanks to <a href="https://github.com/hq6">hq6</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2149">#2149</a> Bugfix: <code>@Option</code>-annotated setter method not invoked with default value when used in mixin for both command and subcommand. Thanks to <a href="https://github.com/JBWKZsf">Zhonghao Wang</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2270">#2270</a> Bugfix: Custom type converter for primitive <code>boolean</code> options should not be ignored. Thanks to <a href="https://codeberg.org/sven.k">Sven Kammerer</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2234">#2234</a> BUILD: fix errorprone <code>TruthSelfEquals</code> warnings</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2172">#2172</a> BUILD: Fix broken build. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2174">#2174</a> BUILD: Fix .gitattributes related CR/LF problems. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2054">#2054</a><a href="https://redirect.github.com/remkop/picocli/issues/2176">#2176</a> BUILD: Add Error Prone. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2053">#2053</a> <a href="https://redirect.github.com/remkop/picocli/issues/2175">#2175</a> CLEAN: Remove unused extra format arguments. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2171">#2171</a> DOC: Fix a few typos in CommandLine's JavaDoc. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2217">#2217</a> DOC: Clarify documentation for negatable options. Thanks to <a href="https://github.com/dbear496">dbear496</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2228">#2228</a> DOC: Clarify that <code>ParseResult</code> passed to <code>IExecutionExceptionHandler</code> is the top-level parse result, not the parse result of the subcommand that failed. Thanks to <a href="https://github.com/abelsromero">Abel Salgado Romero</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2047">#2047</a> DEP: Bump andymckay/append-gist-action from 1fbfbbce708a39bd45846f0955ed5521f2099c6d to 6e8d64427fe47cbacf4ab6b890411f1d67c07f3e</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2091">#2091</a> DEP: Bump actions/checkout from 3.5.2 to 3.6.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2108">#2108</a> DEP: Bump actions/checkout from 3.6.0 to 4.0.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2120">#2120</a> DEP: Bump actions/checkout from 4.0.0 to 4.1.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2225">#2225</a> DEP: Bump actions/checkout from 4.1.0 to 4.1.2</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2272">#2272</a> DEP: Bump actions/checkout from 4.1.2 to 4.1.4</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2098">#2098</a> DEP: Bump actions/setup-java from 3.11.0 to 3.12.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2158">#2158</a> DEP: Bump actions/setup-java from 3.12.0 to 4.0.0</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/main/RELEASE-NOTES.md">info.picocli:picocli-codegen's changelog</a>.</em></p> <blockquote> <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.7.6</h1> <p>The picocli community is pleased to announce picocli 4.7.6.</p> <p>This release includes bugfixes and enhancements.</p> <p>Many thanks to the picocli community for raising these issues and providing the pull requests to address them!</p> <p>This is the eighty-fifth public release. Picocli follows <a href="https://semver.org/">semantic versioning</a>. Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).</p> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Table of Contents</h2> <ul> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-new">New and noteworthy</a></li> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-fixes">Fixed issues</a></li> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-deprecated">Deprecations</a></li> <li><a href="%5B#4%5D(https://redirect.github.com/remkop/picocli/issues/4).7.6-breaking-changes">Potential breaking changes</a></li> </ul> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2> <p><code>PropertiesDefaultProvider</code> now tries to load properties from the classpath if the file cannot be found in the user.home directory.</p> <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2> <ul> <li><a href="https://redirect.github.com/remkop/picocli/issues/2102">#2102</a><a href="https://redirect.github.com/remkop/picocli/issues/2107">#2107</a> Enhancement: <code>PropertiesDefaultProvider</code> should try to load properties from classpath (last). Thanks to <a href="https://github.com/rimuln">Lumír Návrat</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2202">#2202</a> Enhancement: Change log level from WARN to INFO when bean not found in ApplicationContext. Thanks to <a href="https://github.com/dkirrane">Desmond Kirrane</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2248">#2248</a> Enhancement: Don't show hidden commands in JLine3 command description. Thanks to <a href="https://github.com/rehand">Reinhard Handler</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2170">#2170</a> Enhancement: Use <code>...</code> vararg instead of array parameter to match overridden method signature. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2058">#2058</a> Bugfix: <code>defaultValue</code> should not be applied in addition to user-specified value for options with a custom <code>IParameterConsumer</code>. Thanks to <a href="https://github.com/StaffanArvidsson">Staffan Arvidsson McShane</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2148">#2148</a> Bugfix: Fix NPE in jline3 <code>Example.jar</code> as <code>ConfigurationPath</code> cannot be <code>null</code> anymore. Thanks to <a href="https://github.com/llzen44">llzen44</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2232">#2232</a> Bugfix: fix bug for <code>Optional<T></code> arguments with initial value. Thanks to <a href="https://github.com/hq6">hq6</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2149">#2149</a> Bugfix: <code>@Option</code>-annotated setter method not invoked with default value when used in mixin for both command and subcommand. Thanks to <a href="https://github.com/JBWKZsf">Zhonghao Wang</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2270">#2270</a> Bugfix: Custom type converter for primitive <code>boolean</code> options should not be ignored. Thanks to <a href="https://codeberg.org/sven.k">Sven Kammerer</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2234">#2234</a> BUILD: fix errorprone <code>TruthSelfEquals</code> warnings</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2172">#2172</a> BUILD: Fix broken build. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2174">#2174</a> BUILD: Fix .gitattributes related CR/LF problems. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2054">#2054</a><a href="https://redirect.github.com/remkop/picocli/issues/2176">#2176</a> BUILD: Add Error Prone. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2053">#2053</a> <a href="https://redirect.github.com/remkop/picocli/issues/2175">#2175</a> CLEAN: Remove unused extra format arguments. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2171">#2171</a> DOC: Fix a few typos in CommandLine's JavaDoc. Thanks to <a href="https://github.com/vorburger">Michael Vorburger</a> for the pull request.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2217">#2217</a> DOC: Clarify documentation for negatable options. Thanks to <a href="https://github.com/dbear496">dbear496</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2228">#2228</a> DOC: Clarify that <code>ParseResult</code> passed to <code>IExecutionExceptionHandler</code> is the top-level parse result, not the parse result of the subcommand that failed. Thanks to <a href="https://github.com/abelsromero">Abel Salgado Romero</a> for raising this.</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2047">#2047</a> DEP: Bump andymckay/append-gist-action from 1fbfbbce708a39bd45846f0955ed5521f2099c6d to 6e8d64427fe47cbacf4ab6b890411f1d67c07f3e</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2091">#2091</a> DEP: Bump actions/checkout from 3.5.2 to 3.6.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2108">#2108</a> DEP: Bump actions/checkout from 3.6.0 to 4.0.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2120">#2120</a> DEP: Bump actions/checkout from 4.0.0 to 4.1.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2225">#2225</a> DEP: Bump actions/checkout from 4.1.0 to 4.1.2</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2272">#2272</a> DEP: Bump actions/checkout from 4.1.2 to 4.1.4</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2098">#2098</a> DEP: Bump actions/setup-java from 3.11.0 to 3.12.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2158">#2158</a> DEP: Bump actions/setup-java from 3.12.0 to 4.0.0</li> <li><a href="https://redirect.github.com/remkop/picocli/issues/2236">#2236</a> DEP: Bump actions/setup-java from 4.0.0 to 4.2.1.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remkop/picocli/commit/368d97e4f60ab2d546199a92611a22abf337b091"><code>368d97e</code></a> Release picocli version 4.7.6</li> <li><a href="https://github.com/remkop/picocli/commit/ca9fbb6c053dcf4d2b28c19024787e2190e057db"><code>ca9fbb6</code></a> <a href="https://redirect.github.com/remkop/picocli/issues/2145">#2145</a> fix output dir</li> <li><a href="https://github.com/remkop/picocli/commit/7737d84f96e8697585576f557dd7f9bf18e7c6f6"><code>7737d84</code></a> <a href="https://redirect.github.com/remkop/picocli/issues/2145">#2145</a> add test</li> <li><a href="https://github.com/remkop/picocli/commit/6430401ab0a246114646891febd949499a87ee3e"><code>6430401</code></a> [BUILD] fix broken CI tests</li> <li><a href="https://github.com/remkop/picocli/commit/aa46a77a0a6bacafef9a700bf5967caf51343866"><code>aa46a77</code></a> Bump actions/upload-artifact from 4.3.1 to 4.3.3</li> <li><a href="https://github.com/remkop/picocli/commit/4843676f3cbde22ce0008ba37712574dd84c98bf"><code>4843676</code></a> Bump actions/checkout from 4.1.2 to 4.1.4</li> <li><a href="https://github.com/remkop/picocli/commit/c825d20e0548d63a7c355e90732352d1227596bc"><code>c825d20</code></a> <a href="https://redirect.github.com/remkop/picocli/issues/2270">#2270</a> Custom type converter for primitive <code>boolean</code> options should not be i...</li> <li><a href="https://github.com/remkop/picocli/commit/fa33be1b57f2fff8955b223a64e4bbd0bd2b8b05"><code>fa33be1</code></a> <a href="https://redirect.github.com/remkop/picocli/issues/2149">#2149</a> bugfix: ArgSpecs are not equal if their enclosing command is different</li> <li><a href="https://github.com/remkop/picocli/commit/92be33a122e81e6a0fdcc8989567f2404287b88d"><code>92be33a</code></a> DOC update release notes for dependency updates</li> <li><a href="https://github.com/remkop/picocli/commit/9791bd9b8c596af1420961c1b7dffbd131b980d8"><code>9791bd9</code></a> <a href="https://redirect.github.com/remkop/picocli/issues/2228">#2228</a> DOC: Clarify that <code>ParseResult</code> passed to `IExecutionExceptionHandler...</li> <li>Additional commits viewable in <a href="https://github.com/remkop/picocli/compare/v4.5.2...v4.7.6">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 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org