Skip to content

fix(deps): update picocli to v4.7.7 - #594

Merged
fdevans merged 1 commit into
mainfrom
renovate/picocli
Jan 27, 2026
Merged

fix(deps): update picocli to v4.7.7#594
fdevans merged 1 commit into
mainfrom
renovate/picocli

Conversation

@renovate

@renovate renovate Bot commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
info.picocli:picocli-codegen (source) 4.7.64.7.7 age confidence
info.picocli:picocli (source) 4.7.64.7.7 age confidence

Release Notes

remkop/picocli (info.picocli:picocli-codegen)

v4.7.7

The picocli community is pleased to announce picocli 4.7.7.

This release includes bugfixes and enhancements.

Many thanks to the picocli community for raising these issues and providing the pull requests to address them!

This is the eighty-sixth public release.
Picocli follows semantic versioning.
Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).

Table of Contents

New and Noteworthy

This release fixes a problem that was introduced in the previous release (4.7.6), where using an ArgGroup in a Mixin would result in options being added twice, or DuplicateOptionAnnotationsException.

The built-in picocli.CommandLine.HelpCommand subcommand now implements Callable<Integer> and returns the exit code of the subcommand's exitCodeOnUsageHelp value for the subcommand whose help was requested.

From this release, if a command implements both Callable and Runnable, then the default execution strategy will invoke the call method instead of the run method.

Fixed issues

  • [#​2353] Enhancement: picocli.shell.jline3.PicocliCommands::invoke now returns ParseResult instead of null. Thanks to Paul for raising this.
  • [#​2336] Enhancement: Avoid syntax error in auto-completion script for invalid option names and paramLabel values starting with a digit. Thanks to Ruud Senden and Tobias Knerr for raising this.
  • [#​2281] Enhancement: Variable interpolation should work for ArgGroup.heading attribute. Thanks to Marc Philipp for raising this.
  • [#​2355] Bugfix: The built-in help subcommand should return the exit code of the subcommand's exitCodeOnUsageHelp value for the subcommand whose help was requested. Thanks to marco-brandizi for raising this.
  • [#​2335] Bugfix: Module info missing in all jars except the main picocli jar file. Thanks to Oliver B. Fischer for raising this.
  • [#​2331] Bugfix: AutoComplete with jline3 was showing hidden commands. Thanks to clebertsuconic for raising this.
  • [#​2291] Bugfix: NullPointerException when using PropertiesDefaultProvider. Thanks to JessHolle for raising this.
  • [#​2344] Bugfix: negatable=true option in an ArgGroup should not add negated option twice. Thanks to Robin Fritz for raising this.
  • [#​2309] Bugfix: Duplicate help output for ArgGroup from a Mixin. Thanks to s-falke for raising this. Thanks to Simon Gamma for providing a pull request for this.
  • [#​2341] Bugfix: Options get doubled in non validating ArgGroup when used in Mixin. Thanks to Selene Feigl for raising this.
  • [#​2349] Bugfix: Incorrect results when using ArgGroup + defaultValue + split + List/Set. Thanks to Mithun Josalyn Gonsalvez for raising this.
  • [#​2292] Bugfix: DuplicateOptionAnnotationsException on using negatable option in ArgGroup. Thanks to Bhavik Patel for raising this.
  • [#​2380] Bugfix: boolean with arity=0 and defaultValue=false behaved unexpectedly. Thanks to Leonard Brünings for raising this.
  • [#​2290] DOC: User guide, CDI 2.0 (JSR 365) section: fix example and add warning about dynamic proxies. Thanks to Mert Zeybekler for the pull request.
  • [#​2347] DOC: Fix line-endings in generated asciidoc HTML. Thanks to Fridrich Štrba for the pull request.
  • [#​2367] DOC: Fix broken link. Thanks to yeoleobun for the pull request.
  • [#​2370] DOC: Add at least a link to how to use the CodeGen APT under Bazel. Thanks to Michael Vorburger for the pull request.
  • [#​2302] DEP: Bump actions/checkout from 4.1.4 to 4.1.7
  • [#​2391] DEP: Bump actions/checkout from 4.1.7 to 4.2.2
  • [#​2388] DEP: Bump actions/setup-java from 4.2.1 to 4.7.1
  • [#​2390] DEP: Bump actions/upload-artifact from 4.3.3 to 4.6.2
  • [#​2317] DEP: Bump gradle/wrapper-validation-action from 3.3.2 to 3.5.0
  • [#​2321] DEP: Bump com.google.errorprone:error_prone_core from 2.27.1 to 2.29.2
  • [#​2382] DEP: Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.37.0
  • [#​2329] DEP: Bump github/codeql-action from 3.25.3 to 3.25.15
  • [#​2387] DEP: Bump github/codeql-action from 3.25.15 to 3.28.15
    [#​2399] DEP: Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1
  • [#​2384] DEP: Bump junit5Version from 5.10.2 to 5.12.2
  • [#​2392] DEP: Bump log4j2Version from 2.23.1 to 2.24.3
  • [#​2308] DEP: Bump net.ltgt.gradle:gradle-errorprone-plugin from 3.1.0 to 4.0.1
    [#​2403] DEP: Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.2.0
  • [#​2393] DEP: Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3
  • [#​2385] DEP: Bump org.asciidoctor:asciidoctor-gradle-jvm from 4.0.2 to 4.0.4
  • [#​2386] DEP: Bump org.asciidoctor:asciidoctorj-pdf from 2.3.15 to 2.3.19
  • [#​2394] DEP: Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (REVERTED)
  • [#​2396] DEP: Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final
  • [#​2395] DEP: Bump org.hibernate.validator:hibernate-validator-annotation-processor from 8.0.1.Final to 8.0.2.Final
    [#​2400] DEP: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.1.20
    [#​2401] DEP: Bump org.jetbrains.kotlin:kotlin-script-runtime from 2.0.0 to 2.1.20
    [#​2402] DEP: Bump org.jline:jline from 3.26.1 to 3.29.0
  • [#​2383] DEP: Bump org.scala-lang:scala-library from 2.13.14 to 2.13.16
  • [#​2330] DEP: Bump ossf/scorecard-action from 2.3.1 to 2.4.0
  • [#​2389] DEP: Bump ossf/scorecard-action from 2.4.0 to 2.4.1
  • [#​2320] DEP: Bump step-security/harden-runner from 2.7.1 to 2.9.0
  • [#​2397] DEP: Bump step-security/harden-runner from 2.9.0 to 2.11.1

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jan 13, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Post-upgrade command './gradlew --write-verification-metadata pgp,sha256 --export-keys help' has not been added to the allowed list in allowedCommands
File name: gradle/libs.versions.toml
Post-upgrade command './gradlew --write-verification-metadata pgp,sha256 --export-keys help' has not been added to the allowed list in allowedCommands

@renovate
renovate Bot force-pushed the renovate/picocli branch from d2c7241 to 87cf151 Compare January 13, 2026 21:04
@renovate
renovate Bot force-pushed the renovate/picocli branch from 87cf151 to ebe06eb Compare January 26, 2026 17:30
@fdevans
fdevans self-requested a review January 27, 2026 16:29
@fdevans
fdevans merged commit 8a806a8 into main Jan 27, 2026
15 of 16 checks passed
@fdevans
fdevans deleted the renovate/picocli branch January 27, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant