Skip to content

Bump jline.version from 4.4.1 to 4.4.2 - #770

Merged
tsegismont merged 1 commit into
masterfrom
dependabot/maven/jline.version-4.4.2
Sep 7, 2026
Merged

Bump jline.version from 4.4.1 to 4.4.2#770
tsegismont merged 1 commit into
masterfrom
dependabot/maven/jline.version-4.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps jline.version from 4.4.1 to 4.4.2.
Updates org.jline:jline-reader from 4.4.1 to 4.4.2

Release notes

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

JLine 4.4.2 is a bugfix release focused on terminal I/O reliability. It eliminates a race condition where the pump thread could steal keystrokes from subprocesses (e.g. less), fixes mouse event corruption on Windows at large column positions, and replaces wall-clock deadlines with monotonic timing to prevent misbehavior under NTP adjustments.

🐛 Bug Fixes

📦 Dependency updates

  • chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 (#2225) @​dependabot
  • chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (#2227) @​dependabot
  • chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 (#2215) @​dependabot
  • chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.0 to 3.10.1 (#2214) @​dependabot
  • chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (#2213) @​dependabot

Full Changelog: jline/jline3@4.4.1...4.4.2

Commits
  • a03c103 chore: bump org.apache.maven.plugins:maven-compiler-plugin (#2225)
  • 26a7c95 chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (#2227)
  • 6b86d17 fix: use System.nanoTime() for monotonic deadline accounting (fixes #2230)
  • 33dadd1 fix: use poll(2) for probe and PTY reads (fixes #2223)
  • 3ee98ca fix: use poll(2) in pump thread to prevent tty keystroke theft (#2222)
  • 7606536 chore: bump org.graalvm.buildtools:native-maven-plugin (#2215)
  • a487625 chore: bump com.diffplug.spotless:spotless-maven-plugin (#2214)
  • dbf3b0a chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (#2213)
  • 82fe59d fix: switch Windows mouse encoding from X10 to SGR format (#2221)
  • d7031cc fix: add mouse support capability to Windows terminal types (fixes #2217)
  • See full diff in compare view

Updates org.jline:jline-terminal-jni from 4.4.1 to 4.4.2

Release notes

Sourced from org.jline:jline-terminal-jni's releases.

JLine 4.4.2 is a bugfix release focused on terminal I/O reliability. It eliminates a race condition where the pump thread could steal keystrokes from subprocesses (e.g. less), fixes mouse event corruption on Windows at large column positions, and replaces wall-clock deadlines with monotonic timing to prevent misbehavior under NTP adjustments.

🐛 Bug Fixes

📦 Dependency updates

  • chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 (#2225) @​dependabot
  • chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (#2227) @​dependabot
  • chore: bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 (#2215) @​dependabot
  • chore: bump com.diffplug.spotless:spotless-maven-plugin from 3.10.0 to 3.10.1 (#2214) @​dependabot
  • chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (#2213) @​dependabot

Full Changelog: jline/jline3@4.4.1...4.4.2

Commits
  • a03c103 chore: bump org.apache.maven.plugins:maven-compiler-plugin (#2225)
  • 26a7c95 chore: bump org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 (#2227)
  • 6b86d17 fix: use System.nanoTime() for monotonic deadline accounting (fixes #2230)
  • 33dadd1 fix: use poll(2) for probe and PTY reads (fixes #2223)
  • 3ee98ca fix: use poll(2) in pump thread to prevent tty keystroke theft (#2222)
  • 7606536 chore: bump org.graalvm.buildtools:native-maven-plugin (#2215)
  • a487625 chore: bump com.diffplug.spotless:spotless-maven-plugin (#2214)
  • dbf3b0a chore: bump eu.maveniverse.maven.nisse:extension from 0.9.8 to 0.9.10 (#2213)
  • 82fe59d fix: switch Windows mouse encoding from X10 to SGR format (#2221)
  • d7031cc fix: add mouse support capability to Windows terminal types (fixes #2217)
  • See full diff 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 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 `jline.version` from 4.4.1 to 4.4.2.

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

Updates `org.jline:jline-terminal-jni` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.4.1...4.4.2)

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 4.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jni
  dependency-version: 4.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies java Pull requests that update Java code labels Sep 7, 2026
@tsegismont
tsegismont merged commit f877e1a into master Sep 7, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/jline.version-4.4.2 branch September 7, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant