Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump info.picocli:picocli from 4.7.1 to 4.7.2 #568

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps info.picocli:picocli from 4.7.1 to 4.7.2.

Release notes

Sourced from info.picocli:picocli's releases.

Picocli 4.7.2

Picocli 4.7.2

The picocli community is pleased to announce picocli 4.7.2.

This release includes bugfixes and enhancements.

This is the eighty-first 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
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and Noteworthy

  • Bugfix: fallbackValue=Option.NULL_VALUE did not work for Collection or array options.
  • Fixed isJansiConsoleInstalled performance issue.
  • Kotlin enhancement: improved paramLabel string auto-generated from Kotlin internal methods which have mangled names with embedded "$".
  • Various documentation fixes.

Fixed issues

  • #1959 API: Add ability to enable loading resource bundles in annotation processor for tests.
  • #1993 Bugfix: fallbackValue=Option.NULL_VALUE did not work for Collection or array options. Thanks to Jiri Daněk for raising this.
  • #1975#1976 Enhancement: Fixed isJansiConsoleInstalled performance issue. Thanks to ChrisTrenkamp for the pull request.
  • #1932 Enhancement: Move System-Rules tests to Java 5 test module; move System-Lambda tests to Java 8+ test module. Facilitate testing with recent JRE's.
  • #1984 Enhancement (Kotlin): improve paramLabel string auto-generated from Kotlin internal methods which have mangled names with embedded "$". Thanks to Ken Yee for raising this.
  • #1945 DOC: Code sample: add Java version. Thanks to Andreas Deininger for the pull request.
  • #1956 Doc: Fix broken link in user manual. Thanks to Andreas Deininger for the pull request.
  • #1955 DEP: Bump asciidoctorj from 2.5.5 to 2.5.7. Thanks to Andreas Deininger for the pull request.
  • #1980 DEP: Bump actions/checkout from 3.3.0 to 3.5.0
  • #1952 DEP: Bump actions/setup-java from 3.9.0 to 3.10.0
  • #1985 DEP: Bump actions/setup-java from 3.10.0 to 3.11.0
  • #1941 DEP: Bump emibcn/badge-action from 1.2.4 to 2.0.2
  • #1942 DEP: Bump github/codeql-action from 2.1.39 to 2.2.1
  • #1953 DEP: Bump github/codeql-action from 2.2.1 to 2.2.3
  • #1958 DEP: Bump github/codeql-action from 2.2.3 to 2.2.4
  • #1979 DEP: Bump github/codeql-action from 2.2.4 to 2.2.8
  • #1995 DEP: Bump github/codeql-action from 2.2.8 to 2.2.11
  • #1961 DEP: Bump gradle/gradle-build-action from 2.3.3 to 2.4.0
  • #1960 DEP: Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6
  • #1962 DEP: Bump log4j2Version from 2.19.0 to 2.20.0
  • #1947 DEP: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.7.20 to 1.8.10
  • #1989 DEP: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20
  • #1948 DEP: Bump org.jetbrains.kotlin:kotlin-script-runtime from 1.7.20 to 1.8.10
  • #1988 DEP: Bump org.jetbrains.kotlin:kotlin-script-runtime from 1.8.10 to 1.8.20
  • #1968 DEP: Bump org.jline:jline from 3.22.0 to 3.23.0
  • #1990 DEP: Bump ossf/scorecard-action from 2.1.2 to 2.1.3

... (truncated)

Changelog

Sourced from info.picocli:picocli's changelog.

Picocli 4.7.2

The picocli community is pleased to announce picocli 4.7.2.

This release includes bugfixes and enhancements.

This is the eighty-first 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
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and Noteworthy

  • Bugfix: fallbackValue=Option.NULL_VALUE did not work for Collection or array options.
  • Fixed isJansiConsoleInstalled performance issue.
  • Kotlin enhancement: improved paramLabel string auto-generated from Kotlin internal methods which have mangled names with embedded "$".
  • Various documentation fixes.

Fixed issues

  • #1959 API: Add ability to enable loading resource bundles in annotation processor for tests.
  • #1993 Bugfix: fallbackValue=Option.NULL_VALUE did not work for Collection or array options. Thanks to Jiri Daněk for raising this.
  • #1975#1976 Enhancement: Fixed isJansiConsoleInstalled performance issue. Thanks to ChrisTrenkamp for the pull request.
  • #1932 Enhancement: Move System-Rules tests to Java 5 test module; move System-Lambda tests to Java 8+ test module. Facilitate testing with recent JRE's.
  • #1984 Enhancement (Kotlin): improve paramLabel string auto-generated from Kotlin internal methods which have mangled names with embedded "$". Thanks to Ken Yee for raising this.
  • #1945 DOC: Code sample: add Java version. Thanks to Andreas Deininger for the pull request.
  • #1956 Doc: Fix broken link in user manual. Thanks to Andreas Deininger for the pull request.
  • #1955 DEP: Bump asciidoctorj from 2.5.5 to 2.5.7. Thanks to Andreas Deininger for the pull request.
  • #1980 DEP: Bump actions/checkout from 3.3.0 to 3.5.0
  • #1952 DEP: Bump actions/setup-java from 3.9.0 to 3.10.0
  • #1985 DEP: Bump actions/setup-java from 3.10.0 to 3.11.0
  • #1941 DEP: Bump emibcn/badge-action from 1.2.4 to 2.0.2
  • #1942 DEP: Bump github/codeql-action from 2.1.39 to 2.2.1
  • #1953 DEP: Bump github/codeql-action from 2.2.1 to 2.2.3
  • #1958 DEP: Bump github/codeql-action from 2.2.3 to 2.2.4
  • #1979 DEP: Bump github/codeql-action from 2.2.4 to 2.2.8
  • #1995 DEP: Bump github/codeql-action from 2.2.8 to 2.2.11
  • #1961 DEP: Bump gradle/gradle-build-action from 2.3.3 to 2.4.0
  • #1960 DEP: Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6
  • #1962 DEP: Bump log4j2Version from 2.19.0 to 2.20.0
  • #1947 DEP: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.7.20 to 1.8.10
  • #1989 DEP: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20
  • #1948 DEP: Bump org.jetbrains.kotlin:kotlin-script-runtime from 1.7.20 to 1.8.10
  • #1988 DEP: Bump org.jetbrains.kotlin:kotlin-script-runtime from 1.8.10 to 1.8.20
  • #1968 DEP: Bump org.jline:jline from 3.22.0 to 3.23.0
  • #1990 DEP: Bump ossf/scorecard-action from 2.1.2 to 2.1.3
  • #1964 DEP: Bump springBootVersion from 2.7.8 to 2.7.9

... (truncated)

Commits
  • aeac8eb Release picocli version 4.7.2
  • c0b0687 [DOC] update RELEASE-NOTES.md
  • 0e1f6c8 Bump github/codeql-action from 2.2.8 to 2.2.11
  • fd3d5cb Bump step-security/harden-runner from 2.2.1 to 2.3.0
  • 00318b6 Bump ossf/scorecard-action from 2.1.2 to 2.1.3
  • 6f7a595 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20
  • fce8b14 Bump org.jetbrains.kotlin:kotlin-script-runtime from 1.8.10 to 1.8.20
  • 5b876d2 Bump actions/setup-java from 3.10.0 to 3.11.0
  • 2944add #1993 Bugfix: fallbackValue=Option.NULL_VALUE did not work for Collection o...
  • 692efe8 Apply suggestions from code review
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.1...v4.7.2)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2023

Looks like info.picocli:picocli is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 18, 2023
@dependabot dependabot bot deleted the dependabot/gradle/info.picocli-picocli-4.7.2 branch April 18, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants