Skip to content

Commit

Permalink
chore(gradle): bump info.picocli:picocli from 4.6.1 to 4.7.6 (#5720)
Browse files Browse the repository at this point in the history
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from
4.6.1 to 4.7.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remkop/picocli/releases">info.picocli:picocli'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&lt;T&gt;</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'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&lt;T&gt;</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.6.1...v4.7.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=info.picocli:picocli&package-manager=gradle&previous-version=4.6.1&new-version=4.7.6)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 76e9601 commit a64059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ nidi = "0.18.1"
oshi = "5.8.3"
pac4j = "5.7.0"
parquet = "1.14.0"
picocli = "4.6.1"
picocli = "4.7.6"
postgresql = "42.7.1"
protobuf = "3.25.3"
randelshofer = "1.0.0"
Expand Down

0 comments on commit a64059e

Please sign in to comment.