Skip to content

Bump org.jline:jline-reader from 3.30.6 to 4.0.7#92

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.jline-jline-reader-4.0.7
Open

Bump org.jline:jline-reader from 3.30.6 to 4.0.7#92
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.jline-jline-reader-4.0.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps org.jline:jline-reader from 3.30.6 to 4.0.7.

Release notes

Sourced from org.jline:jline-reader's releases.

JLine 4.0.7

🐛 Bug Fixes

  • Suppress dumb terminal warning when no streams are TTYs (#1703) @​gnodet
    • In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available

Full Changelog: jline/jline3@4.0.6...4.0.7

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

... (truncated)

Commits
  • beabe4e Merge pull request #1703 from jline/fix/suppress-dumb-terminal-warning-no-tty
  • b3bf72f fix: Suppress dumb terminal warning when no streams are TTYs
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • 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-reader](https://github.com/jline/jline3) from 3.30.6 to 4.0.7.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.7)

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 4.0.7
  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 Mar 19, 2026
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