ASSERT-KTH / sorald

Automatic repair system for static analysis warnings from SonarQube's SonarJava, TDSC 2022 http://arxiv.org/pdf/2103.12033
MIT License
89 stars 27 forks source link

fix(deps): update picocli.version to v4.7.5 #1074

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
info.picocli:picocli-codegen (source) 4.7.4 -> 4.7.5 age adoption passing confidence
info.picocli:picocli (source) 4.7.4 -> 4.7.5 age adoption passing confidence

Release Notes

remkop/picocli (info.picocli:picocli-codegen) ### [`v4.7.5`](https://togithub.com/remkop/picocli/blob/HEAD/RELEASE-NOTES.md#a-name475a-Picocli-475) [Compare Source](https://togithub.com/remkop/picocli/compare/v4.7.4...v4.7.5) 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). #### Table of Contents - [New and noteworthy](#​4.7.5-new) - [Fixed issues](#​4.7.5-fixes) - [Deprecations](#​4.7.5-deprecated) - [Potential breaking changes](#​4.7.5-breaking-changes) #### New and Noteworthy #### Fixed issues - \[[#​2083](https://togithub.com/remkop/picocli/issues/2083)]\[[#​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. - \[[#​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. - \[[#​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. - \[[#​2074](https://togithub.com/remkop/picocli/issues/2074)]\[[#​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. - \[[#​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 \[[#​1848](https://togithub.com/remkop/picocli/issues/1848)]\[[#​2030](https://togithub.com/remkop/picocli/issues/2030)]. Thanks to [Utkarsh Mittal](https://togithub.com/utmittal) for raising this. - \[[#​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. - \[[#​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. #### 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: Enabled.

ā™» 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.



This PR has been generated by Mend Renovate. View repository job log here.