Bump picocli from 4.5.2 to 4.6.1 in /exonum-java-binding/tutorials
Bumps picocli from 4.5.2 to 4.6.1.
Release notes
Sourced from picocli's releases.
Picocli 4.6.1
Picocli 4.6.1
The picocli community is pleased to announce picocli 4.6.1.
This release fixes a problem (introduced in the 4.6.0 release) with dependency scope in the following sub-modules:
- picocli-codegen
- picocli-groovy
- picocli-shell-jline2
- picocli-shell-jline3
- picocli-spring-boot-starter
The problem was that these modules contained dependencies that were declared to have
implementationscope instead ofapiscope. However, these were transitive dependencies, and necessary to compile any project that uses the above picocli modules.In this release, transitive dependencies are declared with
apiscope in the above modules.Special thanks to Sualeh Fatehi, Dejan Stojadinović and Semyon Levin for the quick community feedback, pull request and reviews!
This is the seventy-sixth public release. Picocli follows semantic versioning.
Table of Contents
New and Noteworthy
Fixed issues
- #1291 Fix dependency scope for
picocli-shell-jline3. Thanks to Sualeh Fatehi for raising this.- #1292 PR to fix dependency scope for
picocli-shell-jline3. Thanks to Dejan Stojadinović for the pull request, and Semyon Levin for the review.- #1294 Fix dependency scope for
picocli-spring-boot-starter. Thanks to Semyon Levin for raising this.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
Picocli 4.6.0
Picocli 4.6.0
The picocli community is pleased to announce picocli 4.6.0.
This release contains new features, bug fixes and other enhancements.
Changelog
Sourced from picocli's changelog.
Picocli 4.6.1
The picocli community is pleased to announce picocli 4.6.1.
This release fixes a problem with dependency scope in the following sub-modules:
- picocli-codegen
- picocli-groovy
- picocli-shell-jline2
- picocli-shell-jline3
- picocli-spring-boot-starter
The problem was that these modules contained dependencies that were declared to have
implementationscope instead ofapiscope. However, these were transitive dependencies, and necessary to compile any project that uses the above picocli modules.In this release, transitive dependencies are declared with
apiscope in the above modules.Special thanks to Sualeh Fatehi, Dejan Stojadinović and Semyon Levin for the quick community feedback, pull request and reviews!
This is the seventy-sixth public release. Picocli follows semantic versioning.
Table of Contents
New and Noteworthy
Fixed issues
- #1291 Fix dependency scope for
picocli-shell-jline3. Thanks to Sualeh Fatehi for raising this.- #1292 PR to fix dependency scope for
picocli-shell-jline3. Thanks to Dejan Stojadinović for the pull request, and Semyon Levin for the review.- #1294 Fix dependency scope for
picocli-spring-boot-starter. Thanks to Semyon Levin for raising this.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
Picocli 4.6.0
The picocli community is pleased to announce picocli 4.6.0.
This release contains new features, bug fixes and other enhancements.
Commits
b89eec6Release picocli version 4.6.10ad6294#1291#1292#1294 Fix transitive deps to beapiscope24c3fe5#1291 build.gradle for 'picocli-shell-jline3' submodule is changed: Gradle ...572e05fPrepare for next development cycle0b22c13Release picocli version 4.6.0d68b723DOC fix typos (thanks Sabrina)94da706DOC link to https://clig.dev from Best Practices sectiondac21ef#1290 DOC: JLine syntax 'Ctrl-D' update RELEASE-NOTESa383677JLine: change keystroke syntax 'Ctl-D' to more common used syntax 'Ctrl-D'9159a70#1289 DOC: update RELEASE-NOTES.md for Spring boot dependency update to 2.4.1.- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)