Skip to content

Commit e6ebb84

Browse files
authored
fix(deps): Update dependency info.picocli:picocli to v4.7.5 (#117)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [info.picocli:picocli](https://picocli.info) ([source](https://togithub.com/remkop/picocli)) | dependencies | patch | `4.7.4` -> `4.7.5` | --- ### Release Notes <details> <summary>remkop/picocli (info.picocli:picocli)</summary> ### [`v4.7.5`](https://togithub.com/remkop/picocli/blob/HEAD/RELEASE-NOTES.md#a-name475a-Picocli-475) The picocli community is pleased to announce picocli 4.7.5. 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-forth public release. Picocli follows [semantic versioning](https://semver.org/). Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96). #### <a name="4.7.5-toc"></a> Table of Contents - [New and noteworthy](#&#8203;4.7.5-new) - [Fixed issues](#&#8203;4.7.5-fixes) - [Deprecations](#&#8203;4.7.5-deprecated) - [Potential breaking changes](#&#8203;4.7.5-breaking-changes) #### <a name="4.7.5-new"></a> New and Noteworthy #### <a name="4.7.5-fixes"></a> Fixed issues - \[[#&#8203;2083](https://togithub.com/remkop/picocli/issues/2083)]\[[#&#8203;2084](https://togithub.com/remkop/picocli/issues/2084)] Enhancement: Java 22 update: improve logic for detecting if the output stream is connected to a terminal. Thanks to [Liam Miller-Cushon](https://togithub.com/cushon) for the pull request. - \[[#&#8203;2087](https://togithub.com/remkop/picocli/issues/2087)] Enhancement: Mask parameters in trace log when `echo=false` for `interactive` options and positional parameters. Thanks to [szzsolt](https://togithub.com/szzsolt) for raising this. - \[[#&#8203;2060](https://togithub.com/remkop/picocli/issues/2060)] Bugfix: Fix positional parameters bug with late-resolved arity variable. Thanks to [daisukeoto](https://togithub.com/daisukeoto) for raising this. - \[[#&#8203;2074](https://togithub.com/remkop/picocli/issues/2074)]\[[#&#8203;2075](https://togithub.com/remkop/picocli/issues/2075)] Bugfix: Don't generate auto-complete for hidden attributes in `picocli.shell.jline3.PicoCommand`. Thanks to [clebertsuconic](https://togithub.com/clebertsuconic) for the pull request. - \[[#&#8203;2059](https://togithub.com/remkop/picocli/issues/2059)] Bugfix: ArgGroup with `exclusive=false` and `multiplicity=1` should require at least one option; fix regression and refine solution introduced in \[[#&#8203;1848](https://togithub.com/remkop/picocli/issues/1848)]\[[#&#8203;2030](https://togithub.com/remkop/picocli/issues/2030)]. Thanks to [Utkarsh Mittal](https://togithub.com/utmittal) for raising this. - \[[#&#8203;2080](https://togithub.com/remkop/picocli/issues/2080)] DOC: Improve GraalVM documentation: add `graalvm-native-image-plugin`. Thanks to [Bhavik Patel](https://togithub.com/bhavikp19) for the pull request. - \[[#&#8203;2045](https://togithub.com/remkop/picocli/issues/2045)] DOC: Commit html files with LF line-endings. Thanks to [Fridrich Strba](https://togithub.com/fridrich) for the pull request. #### <a name="4.7.5-deprecated"></a> Deprecations No features were deprecated in this release. #### <a name="4.7.5-breaking-changes"></a> Potential breaking changes This release has no breaking changes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent ba041d9 commit e6ebb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
3333
implementation 'org.jooq:joou:0.9.4'
3434
implementation 'com.google.guava:guava:32.1.2-jre'
35-
implementation 'info.picocli:picocli:4.7.4'
35+
implementation 'info.picocli:picocli:4.7.5'
3636
implementation 'com.google.guava:guava:32.1.2-jre'
3737
implementation "io.grpc:grpc-protobuf:1.57.1"
3838
implementation "io.grpc:grpc-stub:1.57.1"

0 commit comments

Comments
 (0)