Skip to content

⬆️ Bump org.jline:jline from 3.30.6 to 4.2.0#173

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jline-jline-4.2.0
Closed

⬆️ Bump org.jline:jline from 3.30.6 to 4.2.0#173
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jline-jline-4.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps org.jline:jline from 3.30.6 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

... (truncated)

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.jline:jline](https://github.com/jline/jline3) from 3.30.6 to 4.2.0.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2026
@deepsource-io

deepsource-io Bot commented Jun 16, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in b25bcb1...305c422 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Java Jun 16, 2026 4:43p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@github-actions github-actions Bot requested a review from rafandoo June 16, 2026 16:46
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #176.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/org.jline-jline-4.2.0 branch June 17, 2026 16:43
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 Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants