Skip to content

Bump the jline group with 2 updates#6487

Merged
dizzzz merged 1 commit into
developfrom
dependabot/maven/jline-744f8e674d
Jun 17, 2026
Merged

Bump the jline group with 2 updates#6487
dizzzz merged 1 commit into
developfrom
dependabot/maven/jline-744f8e674d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the jline group with 2 updates: org.jline:jline and org.jline:jansi.

Updates org.jline:jline from 4.1.3 to 4.2.0

Release notes

Sourced from org.jline:jline's releases.

JLine 4.2.0

JLine 4.2.0 is a minor release that bumps the version to reflect API and behavioral changes since the 4.1.x series.

Highlights:

  • java.logging module dependency dropped — JLine now uses System.Logger (JEP 264), removing the java.logging module requirement and making JLine friendlier in custom JPMS runtimes (#1934)
  • ScreenTerminal unified — the two divergent copies (builtins vs terminal) are consolidated into org.jline.utils.ScreenTerminal, with a fix for stale status rows when using bordered status displays (#1971)
  • Exit command made configurable — the built-in exit command is now a regular, configurable command rather than hardcoded (#1870)
  • Prompt module — list and checkbox prompts now support per-item footers (#1933)
  • Robustness fixes — EOF propagation in PtyInputStream, signal handling with ISIG cleared, resize sync, graphics protocol detection on basic terminals, and several out-of-bounds guards

🚀 New features and improvements

  • refactor: unify ScreenTerminal — move from builtins to terminal module (#1971) @​gnodet
  • feat(prompt): add optional per-item footer to list and checkbox prompts (#1933) @​ingokegel
  • refactor: drop the java.logging module dependency and use System.Logger instead (#1934) @​ingokegel
  • refactor: make exit command a regular, configurable command (#1870) @​Elec332
  • feat: add custom name parameter to PicocliCommandRegistry (#1947) @​gnodet

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🚦 Tests

Commits
  • a5b4ca6 refactor: unify ScreenTerminal and fix stale status rows (#1971)
  • 41537ce fix: sync LineReader display model on resize (fixes #1940)
  • b018d30 test: add LineReader EOF tests for different terminal providers (#1961) (#1968)
  • b3260e4 chore: Bump com.palantir.javaformat:palantir-java-format (#1964)
  • a86915d fix: propagate EOF in PtyInputStream to avoid infinite loop (#1961) (#1963)
  • fd2741e fix: override bulk write in NonCloseableOutputStream to avoid byte-at-a-time ...
  • 946ef52 fix: restore signal handling when ISIG is cleared (#1942)
  • 76a034c chore: add security policy (SECURITY.md)
  • ddc93c1 feat(prompt): add optional per-item footer to list and checkbox prompts (#1933)
  • 3c3da19 refactor: drop the java.logging module dependency and use System.Logger inste...
  • Additional commits viewable in compare view

Updates org.jline:jansi from 4.1.3 to 4.2.0

Release notes

Sourced from org.jline:jansi's releases.

JLine 4.2.0

JLine 4.2.0 is a minor release that bumps the version to reflect API and behavioral changes since the 4.1.x series.

Highlights:

  • java.logging module dependency dropped — JLine now uses System.Logger (JEP 264), removing the java.logging module requirement and making JLine friendlier in custom JPMS runtimes (#1934)
  • ScreenTerminal unified — the two divergent copies (builtins vs terminal) are consolidated into org.jline.utils.ScreenTerminal, with a fix for stale status rows when using bordered status displays (#1971)
  • Exit command made configurable — the built-in exit command is now a regular, configurable command rather than hardcoded (#1870)
  • Prompt module — list and checkbox prompts now support per-item footers (#1933)
  • Robustness fixes — EOF propagation in PtyInputStream, signal handling with ISIG cleared, resize sync, graphics protocol detection on basic terminals, and several out-of-bounds guards

🚀 New features and improvements

  • refactor: unify ScreenTerminal — move from builtins to terminal module (#1971) @​gnodet
  • feat(prompt): add optional per-item footer to list and checkbox prompts (#1933) @​ingokegel
  • refactor: drop the java.logging module dependency and use System.Logger instead (#1934) @​ingokegel
  • refactor: make exit command a regular, configurable command (#1870) @​Elec332
  • feat: add custom name parameter to PicocliCommandRegistry (#1947) @​gnodet

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🚦 Tests

Commits
  • a5b4ca6 refactor: unify ScreenTerminal and fix stale status rows (#1971)
  • 41537ce fix: sync LineReader display model on resize (fixes #1940)
  • b018d30 test: add LineReader EOF tests for different terminal providers (#1961) (#1968)
  • b3260e4 chore: Bump com.palantir.javaformat:palantir-java-format (#1964)
  • a86915d fix: propagate EOF in PtyInputStream to avoid infinite loop (#1961) (#1963)
  • fd2741e fix: override bulk write in NonCloseableOutputStream to avoid byte-at-a-time ...
  • 946ef52 fix: restore signal handling when ISIG is cleared (#1942)
  • 76a034c chore: add security policy (SECURITY.md)
  • ddc93c1 feat(prompt): add optional per-item footer to list and checkbox prompts (#1933)
  • 3c3da19 refactor: drop the java.logging module dependency and use System.Logger inste...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the jline group with 2 updates: [org.jline:jline](https://github.com/jline/jline3) and [org.jline:jansi](https://github.com/jline/jline3).


Updates `org.jline:jline` from 4.1.3 to 4.2.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.1.3...4.2.0)

Updates `org.jline:jansi` from 4.1.3 to 4.2.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.1.3...4.2.0)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jline
- dependency-name: org.jline:jansi
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jline
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Issues or pull requests that change Java code or are related to the JVM labels Jun 17, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 17, 2026 03:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Issues or pull requests that change Java code or are related to the JVM labels Jun 17, 2026
@duncdrum duncdrum requested a review from a team June 17, 2026 07:23
@dizzzz dizzzz merged commit 7c0d80b into develop Jun 17, 2026
16 checks passed
@dizzzz dizzzz deleted the dependabot/maven/jline-744f8e674d branch June 17, 2026 15:32
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 java Issues or pull requests that change Java code or are related to the JVM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants