Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

chore(deps): bump info.picocli:picocli from 4.7.2 to 4.7.3 #112

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

dependabot[bot]
Copy link

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

Bumps info.picocli:picocli from 4.7.2 to 4.7.3.

Release notes

Sourced from info.picocli:picocli's releases.

Picocli 4.7.3

Picocli 4.7.3

The picocli community is pleased to announce picocli 4.7.3.

This release includes bugfixes and enhancements.

This is the eighty-second 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

Fixed a regression introduced in picocli 4.7.2. Multi-value options whose fallbackValue is set to CommandLine.Option.NULL_VALUE, may see a NullPointerException if the option is specified on the command line without a parameter but with a = attached, like --option=.

Also, this release fixes broken links in the Javadoc.

Known issues

NOTE: A minor issue with this release is that the version string in the info.picocli.CommandLine.VERSION field is incorrectly set to 4.7.3-SNAPSHOT (should have been 4.7.3).

Fixed issues

  • #1998 Bugfix: ParameterException: NullPointerException: null while processing argument at or before arg[0]. Thanks to Jiri Daněk for raising this.
  • #1957 DOC: Fixed broken links in the javadoc. Thanks to Andreas Deininger for raising this.
  • #2002 DEP: Bump actions/checkout from 3.5.0 to 3.5.2
  • #2005 DEP: Bump gradle/gradle-build-action from 2.4.0 to 2.4.2
  • #2003 DEP: Bump github/codeql-action from 2.2.11 to 2.2.12
  • #1997 DEP: Bump org.asciidoctor:asciidoctorj-pdf from 2.3.4 to 2.3.6

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.

Changelog

Sourced from info.picocli:picocli's changelog.

Picocli 4.7.3

The picocli community is pleased to announce picocli 4.7.3.

This release includes bugfixes and enhancements.

This is the eighty-second 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

Fixed a regression introduced in picocli 4.7.2. Multi-value options whose fallbackValue is set to CommandLine.Option.NULL_VALUE, may see a NullPointerException if the option is specified on the command line without a parameter but with a = attached, like --option=.

Also, this release fixes broken links in the Javadoc.

Fixed issues

  • #1998 Bugfix: ParameterException: NullPointerException: null while processing argument at or before arg[0]. Thanks to Jiri Daněk for raising this.
  • #1957 DOC: Fixed broken links in the javadoc. Thanks to Andreas Deininger for raising this.
  • #2002 DEP: Bump actions/checkout from 3.5.0 to 3.5.2
  • #2005 DEP: Bump gradle/gradle-build-action from 2.4.0 to 2.4.2
  • #2003 DEP: Bump github/codeql-action from 2.2.11 to 2.2.12
  • #1997 DEP: Bump org.asciidoctor:asciidoctorj-pdf from 2.3.4 to 2.3.6

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.

Commits
  • 0f097e7 Fix picocli version 4.7.3 documentation version number
  • 1fa3258 Release picocli version 4.7.3
  • 00857af #1957 DOC: Fixed broken links in the javadoc
  • 41a0b8f #1998 update RELEASE-NOTES.md
  • 3d23197 #1998 Bugfix: ParameterException: NullPointerException: null while processi...
  • 999a95e #1957 use later minor version of Java 11 for javadoc
  • 0401e0a Bump gradle/gradle-build-action from 2.4.0 to 2.4.2
  • 58f8e62 Bump actions/checkout from 3.5.0 to 3.5.2
  • 948652c Bump github/codeql-action from 2.2.11 to 2.2.12
  • 6eefb8c Bump org.asciidoctor:asciidoctorj-pdf from 2.3.4 to 2.3.6
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 19, 2023
@joschi joschi added this to the 0.3.1 milestone Apr 20, 2023
@joschi joschi enabled auto-merge (squash) April 20, 2023 19:05
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.2...v4.7.3)

---
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 force-pushed the dependabot/gradle/info.picocli-picocli-4.7.3 branch from 08dda8c to b44cdc8 Compare April 20, 2023 19:07
@joschi joschi merged commit 623ea95 into main Apr 20, 2023
@joschi joschi deleted the dependabot/gradle/info.picocli-picocli-4.7.3 branch April 20, 2023 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant